Skip to main content
Glama

add

Perform addition of two numbers using the Math-MCP API, enabling accurate numerical calculations for LLMs by specifying two addends as inputs.

Instructions

Adds two numbers together

Input Schema

NameRequiredDescriptionDefault
firstNumberYesThe first addend
secondNumberYesThe second addend

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "firstNumber": { "description": "The first addend", "type": "number" }, "secondNumber": { "description": "The second addend", "type": "number" } }, "required": [ "firstNumber", "secondNumber" ], "type": "object" }

You must be authenticated.

Other Tools from Math-MCP

Related Tools

  • @githubpradeep/calc-mcp71
  • @YuheiNakasaka/arithmetic-mcp-server
  • @githubpradeep/calc-mcp72
  • @zhangzhefang-github/mcp-add-server
  • @GonTwVn/GonMCPtool
  • @wrtnlabs/calculator-mcp

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/EthanHenrickson/math-mcp'

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