Skip to main content
Glama

example-mcp-server-stdio

by yigitkonur

batch_calculate

Execute multiple arithmetic operations (add, subtract, multiply, divide) in one request, supporting up to 100 calculations with structured input for efficient processing.

Instructions

Perform multiple calculations in a single request

Input Schema

NameRequiredDescriptionDefault
calculationsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "calculations": { "items": { "additionalProperties": false, "properties": { "a": { "type": "number" }, "b": { "type": "number" }, "op": { "enum": [ "add", "subtract", "multiply", "divide" ], "type": "string" } }, "required": [ "a", "b", "op" ], "type": "object" }, "maxItems": 100, "minItems": 1, "type": "array" } }, "required": [ "calculations" ], "type": "object" }
Install Server

Other Tools from example-mcp-server-stdio

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/yigitkonur/example-mcp-server-stdio'

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