Skip to main content
Glama

Basic Math MCP Server

by bahfahh

subtraction

Calculate the difference by subtracting the subtrahend (second number) from the minuend (first number) using this basic math tool.

Instructions

Subtract the second number from the first number

Input Schema

NameRequiredDescriptionDefault
aYesFirst number (minuend)
bYesSecond number (subtrahend)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "a": { "description": "First number (minuend)", "type": "number" }, "b": { "description": "Second number (subtrahend)", "type": "number" } }, "required": [ "a", "b" ], "type": "object" }
Install Server

Other Tools from Basic 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/bahfahh/mcptest'

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