Skip to main content
Glama

sum

Calculate the total of multiple numbers by inputting an array of numerical values. Ideal for quick, accurate summation in mathematical workflows.

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" }, "type": "array" } }, "required": [ "numbers" ], "type": "object" }

You must be authenticated.

Other Tools from Math-MCP

Related Tools

  • @GonTwVn/GonMCPtool
  • @EthanHenrickson/math-mcp
  • @YuheiNakasaka/arithmetic-mcp-server
  • @zhangzhefang-github/mcp-add-server
  • @githubpradeep/calc-mcp72
  • @mikefey/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