Skip to main content
Glama

MCP Server

by srafi26

calculate

Perform mathematical calculations including addition, subtraction, multiplication, and division using specified numbers. Accessible through the MCP Server for basic utility tasks.

Instructions

Perform basic mathematical calculations

Input Schema

NameRequiredDescriptionDefault
aYesFirst number
bYesSecond number
operationYesThe mathematical operation to perform

Input Schema (JSON Schema)

{ "properties": { "a": { "description": "First number", "type": "number" }, "b": { "description": "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 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/srafi26/mcp-server'

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