Symbolic Algebra MCP Server

by sdiehl

introduce_function

Create and store a SymPy function variable for defining differential equations. Provide a function name to generate a SymPy Function object usable in mathematical expressions.

Instructions

Introduces a SymPy function variable and stores it.

Takes a function name and creates a SymPy Function object for use in defining differential equations. Example: {func_name: "f"} will create the function f(x), f(t), etc. that can be used in expressions Returns: The name of the created function.

Input Schema

NameRequiredDescriptionDefault
func_nameYes

Input Schema (JSON Schema)

{ "properties": { "func_name": { "title": "Func Name", "type": "string" } }, "required": [ "func_name" ], "title": "introduce_functionArguments", "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/sdiehl/sympy-mcp'

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