Math-MCP

by EthanHenrickson
Verified

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
ID: exa5lt8dgd