Skip to main content
Glama

division

Perform precise division calculations by entering a numerator and denominator. The tool outputs the result accurately, aiding in mathematical problem-solving tasks.

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" }

Other Tools from Math-MCP

Related Tools

  • @kelseyee/mcp_calculator
  • @githubpradeep/calc-mcp72
  • @parameshwaran1/mcpserverexample
  • @avanishd-3/math-mcp
  • @githejie/mcp-server-calculator
  • @wrtnlabs/calculator-mcp

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