Skip to main content
Glama

Calculator MCP

by kelseyee

subtract

Perform floating-point subtraction operations with ease using this arithmetic tool. Input two numbers, and get their difference instantly within the Calculator MCP server.

Instructions

执行浮点数减法运算

Input Schema

NameRequiredDescriptionDefault
aYes
bYes

Input Schema (JSON Schema)

{ "properties": { "a": { "title": "A", "type": "number" }, "b": { "title": "B", "type": "number" } }, "required": [ "a", "b" ], "title": "subtractArguments", "type": "object" }
Install Server

Other Tools from Calculator MCP

Related Tools

  • @githubpradeep/calc-mcp72
  • @EthanHenrickson/math-mcp
  • @wrtnlabs/calculator-mcp
  • @YuheiNakasaka/arithmetic-mcp-server
  • @parameshwaran1/mcpserverexample
  • @Joseph19820124/joseph_mcp_server

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/kelseyee/mcp_calculator'

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