Skip to main content
Glama

TypeScript MCP Server Boilerplate

by mazah81-gif

calculator

Perform basic arithmetic operations including addition, subtraction, multiplication, and division with two numbers.

Instructions

Perform basic arithmetic operations

Input Schema

NameRequiredDescriptionDefault
operationYesThe 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 operation to perform", "enum": [ "add", "subtract", "multiply", "divide" ], "type": "string" } }, "required": [ "operation", "a", "b" ], "type": "object" }

Other Tools from TypeScript MCP Server Boilerplate

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/mazah81-gif/my-mcp-server-2025'

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