Skip to main content
Glama

Math MCP Server

by avanishd-3

divide

Perform precise division of two numbers or fractions with 64-bit floating point accuracy. Use this tool for mathematical computations requiring exact results, suitable for AI-driven calculations.

Instructions

Divides two numbers with 64 bit floating point precision and returns a 64 bit float. For example, dividing 10 by 2 would return 5.0. You can also use fractions if you want to, like 1/2 for number_1 and 1/3 for number_2.

Input Schema

NameRequiredDescriptionDefault
number_1Yes
number_2Yes

Input Schema (JSON Schema)

{ "properties": { "number_1": { "anyOf": [ { "type": "integer" }, { "type": "number" } ], "title": "Number 1" }, "number_2": { "anyOf": [ { "type": "integer" }, { "type": "number" } ], "title": "Number 2" } }, "required": [ "number_1", "number_2" ], "type": "object" }
Install Server

Other Tools from Math MCP Server

Related Tools

    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/avanishd-3/math-mcp'

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