Skip to main content
Glama

example-mcp-server-stdio

by yigitkonur

solve_math_problem

Solve math problems and word equations by entering the expression. Optionally view step-by-step solutions for detailed understanding.

Instructions

Solve a word problem or mathematical expression (may request user input)

Input Schema

NameRequiredDescriptionDefault
problemYesThe math problem to solve
showStepsNoShow step-by-step solution

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "problem": { "description": "The math problem to solve", "type": "string" }, "showSteps": { "description": "Show step-by-step solution", "type": "boolean" } }, "required": [ "problem" ], "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