Skip to main content
Glama

Demo MCP Server

by kylekanouse

subtract

Calculate the difference between two numbers using a simple subtraction tool. Input the minuend and subtrahend to get the result quickly.

Instructions

Subtract two numbers

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

Other Tools from Demo 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/kylekanouse/Test-MCP---DEMO-MCP-Dev-1'

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