Skip to main content
Glama

sum

Add multiple numbers together with precision using Math-MCP's sum function. Ideal for quick and accurate numerical calculations in any workflow.

Instructions

Adds any number of numbers together

Input Schema

NameRequiredDescriptionDefault
numbersYesArray of numbers to sum

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "numbers": { "description": "Array of numbers to sum", "items": { "type": "number" }, "minItems": 1, "type": "array" } }, "required": [ "numbers" ], "type": "object" }

Other Tools from Math-MCP

Related Tools

  • @wrtnlabs/calculator-mcp
  • @zhangzhefang-github/mcp-add-server
  • @KrishnaPapana/mcpserverexample
  • @githubpradeep/calc-mcp72
  • @EthanHenrickson/math-mcp
  • @YuheiNakasaka/arithmetic-mcp-server

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