Skip to main content
Glama

FastMCP Demo

by gogouravr

calculate

Perform basic arithmetic calculations including addition, subtraction, multiplication, and division using two numbers to solve math problems.

Instructions

Perform basic arithmetic calculations

Input Schema

NameRequiredDescriptionDefault
operationYesThe arithmetic operation to perform
aYesFirst number
bYesSecond number

Input Schema (JSON Schema)

{ "properties": { "a": { "description": "First number", "type": "number" }, "b": { "description": "Second number", "type": "number" }, "operation": { "description": "The arithmetic operation to perform", "enum": [ "add", "subtract", "multiply", "divide" ], "type": "string" } }, "required": [ "operation", "a", "b" ], "type": "object" }

Other Tools

Latest Blog Posts

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/gogouravr/fast-mcp'

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