Skip to main content
Glama

Calculator MCP Server

by tech-sushant

subtract

Calculate the difference between two numbers by subtracting the second value from the first. Use this tool to perform subtraction operations and find numerical differences.

Instructions

Subtract second number from first number

Input Schema

NameRequiredDescriptionDefault
aYesNumber to subtract from
bYesNumber to subtract

Input Schema (JSON Schema)

{ "properties": { "a": { "description": "Number to subtract from", "type": "number" }, "b": { "description": "Number to subtract", "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