Skip to main content
Glama

Calculator MCP Server

by tech-sushant

divide

Calculate division of two numbers by dividing the first number by the second number. Handles mathematical division operations with proper error checking.

Instructions

Divide first number by second number

Input Schema

NameRequiredDescriptionDefault
aYesDividend (number to be divided)
bYesDivisor (number to divide by)

Input Schema (JSON Schema)

{ "properties": { "a": { "description": "Dividend (number to be divided)", "type": "number" }, "b": { "description": "Divisor (number to divide by)", "type": "number" } }, "required": [ "a", "b" ], "type": "object" }

Other Tools from Calculator 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/tech-sushant/calculator-mcp'

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