Skip to main content
Glama

Simple MCP Server

calculator

Perform addition, subtraction, multiplication, and division operations using inputs provided. Utilize this tool for quick and precise mathematical calculations on the MCP server.

Instructions

Perform basic mathematical operations

Input Schema

NameRequiredDescriptionDefault
aYesThe first number
bYesThe second number
operationYesThe mathematical operation to perform

Input Schema (JSON Schema)

{ "properties": { "a": { "description": "The first number", "type": "number" }, "b": { "description": "The second number", "type": "number" }, "operation": { "description": "The mathematical operation to perform", "enum": [ "add", "subtract", "multiply", "divide" ], "type": "string" } }, "required": [ "operation", "a", "b" ], "type": "object" }
Install Server

Other Tools from Simple MCP 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/shaleen-wonder-ent/simple-mcp-server'

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