Math-MCP

by EthanHenrickson
Verified

subtract

Perform subtraction by inputting a minuend and subtrahend. This tool calculates the difference between two numbers using the Math-MCP server for precise numerical results.

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

You must be authenticated.

Other Tools from Math-MCP

Related Tools

  • @githubpradeep/calc-mcp72
  • @YuheiNakasaka/arithmetic-mcp-server
  • @wrtnlabs/calculator-mcp
  • @wrtnlabs/calculator-mcp
  • @YuheiNakasaka/arithmetic-mcp-server
ID: exa5lt8dgd