Skip to main content
Glama

example-mcp-server-stdio

by yigitkonur

explain_formula

Understand mathematical formulas interactively by breaking them down step-by-step, including optional examples for clarity and deeper comprehension.

Instructions

Explain a mathematical formula interactively

Input Schema

NameRequiredDescriptionDefault
examplesNoInclude examples
formulaYesThe formula to explain

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "examples": { "description": "Include examples", "type": "boolean" }, "formula": { "description": "The formula to explain", "type": "string" } }, "required": [ "formula" ], "type": "object" }
Install Server

Other Tools from example-mcp-server-stdio

Related Tools

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/yigitkonur/example-mcp-server-stdio'

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