Skip to main content
Glama

MCP Demo Server

by joeguo911

calculate

Perform basic mathematical operations like addition, subtraction, multiplication, and division using the MCP Demo Server. Input two numbers and select an operation to get instant results.

Instructions

Perform basic mathematical operations

Input Schema

NameRequiredDescriptionDefault
operationYesMathematical operation to perform
xYesFirst operand
yYesSecond operand

Input Schema (JSON Schema)

{ "properties": { "operation": { "description": "Mathematical operation to perform", "enum": [ "add", "subtract", "multiply", "divide" ], "type": "string" }, "x": { "description": "First operand", "type": "number" }, "y": { "description": "Second operand", "type": "number" } }, "required": [ "operation", "x", "y" ], "type": "object" }
Install Server

Other Tools from MCP Demo Server

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/joeguo911/mcp-demo'

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