Skip to main content
Glama

Basic Math MCP Server

by bahfahh

sum

Add two numbers to calculate their sum. Input two numerical values, and this tool will return the total result.

Instructions

Add two numbers together

Input Schema

NameRequiredDescriptionDefault
aYesFirst number
bYesSecond number

Input Schema (JSON Schema)

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

Other Tools from Basic Math MCP Server

Related Tools

  • @riteshbangal/BuildMcpServer
  • @liaotaodcx8/toolkittest
  • @GonTwVn/GonMCPtool
  • @parameshwaran1/mcpserverexample
  • @kelseyee/mcp_calculator
  • @joeguo911/mcp-demo

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