Skip to main content
Glama

Calculator MCP

by kelseyee

divide

Perform floating-point division for two numbers using the Calculator MCP. Input values for dividend and divisor (non-zero) to get precise results.

Instructions

执行浮点数除法运算 Args: b: 除数(必须非零)

Input Schema

NameRequiredDescriptionDefault
aYes
bYes

Input Schema (JSON Schema)

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

Other Tools from Calculator MCP

Related Tools

  • @githubpradeep/calc-mcp71
  • @githubpradeep/calc-mcp72
  • @wrtnlabs/calculator-mcp
  • @parameshwaran1/mcpserverexample
  • @kelseyee/mcp_calculator
  • @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