Categories

Permutation Calculator

Calculate permutations (P(n,r)) with support for different types and detailed analysis.

API Documentation

Request Endpoint

POST /en/api/tools/permutation-calculator

Request Parameters

Parameter Name Type Required Description
n number Yes -
r number Yes -
type select Yes -
showFormula checkbox No -
showSteps checkbox 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-permutation-calculator": {
      "name": "permutation-calculator",
      "description": "Calculate permutations (P(n,r)) with support for different types and detailed analysis.",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=permutation-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]