Symbolic Algebra MCP Server

by sdiehl

create_custom_metric

Generate a custom metric tensor using specified components and symbols for symbolic algebra calculations in mathematical modeling and analysis.

Instructions

Creates a custom metric tensor from provided components and symbols.

Input Schema

NameRequiredDescriptionDefault
componentsYes
configNoll
symbolsYes

Input Schema (JSON Schema)

{ "properties": { "components": { "items": { "items": { "type": "string" }, "type": "array" }, "title": "Components", "type": "array" }, "config": { "default": "ll", "enum": [ "ll", "uu" ], "title": "Config", "type": "string" }, "symbols": { "items": { "type": "string" }, "title": "Symbols", "type": "array" } }, "required": [ "components", "symbols" ], "title": "create_custom_metricArguments", "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