Skip to main content
Glama

division

Perform precise division calculations by inputting a numerator and denominator through the Math-MCP server API, enabling accurate numerical results.

Instructions

Divides the first number by the second number

Input Schema

NameRequiredDescriptionDefault
denominatorYesThe number to divide by (denominator)
numeratorYesThe number being divided (numerator)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "denominator": { "description": "The number to divide by (denominator)", "type": "number" }, "numerator": { "description": "The number being divided (numerator)", "type": "number" } }, "required": [ "numerator", "denominator" ], "type": "object" }

You must be authenticated.

Other Tools from Math-MCP

Related Tools

  • @wrtnlabs/calculator-mcp
  • @YuheiNakasaka/arithmetic-mcp-server
  • @githubpradeep/calc-mcp72
  • @githubpradeep/calc-mcp71
  • @wrtnlabs/calculator-mcp
  • @YuheiNakasaka/arithmetic-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/EthanHenrickson/math-mcp'

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