Skip to main content
Glama

MCP Test Server

by small-tou

calculate

Perform mathematical calculations on the MCP Test Server by entering expressions or selecting operations like add, subtract, multiply, or divide with specific numbers.

Instructions

执行数学计算

Input Schema

NameRequiredDescriptionDefault
aNo第一个数字
bNo第二个数字
expressionNo数学表达式,如 '2 + 3 * 4'
operationNo基本运算操作

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "a": { "description": "第一个数字", "type": "number" }, "b": { "description": "第二个数字", "type": "number" }, "expression": { "description": "数学表达式,如 '2 + 3 * 4'", "type": "string" }, "operation": { "description": "基本运算操作", "enum": [ "add", "subtract", "multiply", "divide" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from MCP Test 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/small-tou/mcp-test'

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