Skip to main content
Glama

subtract

Perform subtraction of two numbers by providing the minuend and subtrahend. This tool ensures accurate numerical calculations as part of the Math-MCP server for mathematical operations.

Instructions

Subtracts the second number from the first number

Input Schema

NameRequiredDescriptionDefault
minuendYesThe number to subtract from (minuend)
subtrahendYesThe number being subtracted (subtrahend)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "minuend": { "description": "The number to subtract from (minuend)", "type": "number" }, "subtrahend": { "description": "The number being subtracted (subtrahend)", "type": "number" } }, "required": [ "minuend", "subtrahend" ], "type": "object" }
Install Server

Other Tools from Math-MCP

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

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