Perimeter Calculator
Calculate the perimeter of various geometric shapes
API Documentation
Request Endpoint
POST /en/api/tools/perimeter-calculator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| shape | select | Yes | - |
| length | number | No | - |
| width | number | No | - |
| radius | number | No | - |
| side | number | No | - |
| sideA | number | No | - |
| sideB | number | No | - |
| sideC | number | No | - |
| base | number | No | - |
| height | number | No | - |
| side1 | number | No | - |
| side2 | number | No | - |
Response Format
{
"key": {...},
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
JSON Data:
JSON Data
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-perimeter-calculator": {
"name": "perimeter-calculator",
"description": "Calculate the perimeter of various geometric shapes",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=perimeter-calculator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]