Skip to main content
Glama

Fermat MCP

by abhiphile
MIT License
5

sympy_mcp_equation_operation

Perform symbolic equation operations including solve, solveset, linsolve, and nonlinsolve to simplify and find solutions for mathematical expressions.

Instructions

Do symbolic equation operations like solve, solveset, linsolve, nonlinsolve

Input Schema

NameRequiredDescriptionDefault
checkNo
domainNo
equationsYes
forceNo
implicitNo
minimalNo
operationYes
rationalNo
simplifyNo
symbolsNo

Input Schema (JSON Schema)

{ "properties": { "check": { "default": true, "title": "Check", "type": "boolean" }, "domain": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Domain" }, "equations": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "title": "Equations" }, "force": { "default": false, "title": "Force", "type": "boolean" }, "implicit": { "default": false, "title": "Implicit", "type": "boolean" }, "minimal": { "default": false, "title": "Minimal", "type": "boolean" }, "operation": { "enum": [ "solve", "solveset", "linsolve", "nonlinsolve" ], "title": "Operation", "type": "string" }, "rational": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Rational" }, "simplify": { "default": true, "title": "Simplify", "type": "boolean" }, "symbols": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Symbols" } }, "required": [ "operation", "equations" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhiphile/fermat-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server