Skip to main content
Glama

Math MCP Server

by avanishd-3

add

Calculate the sum of a list of positive or negative numbers, including fractions, with 64-bit floating point precision. Input numbers as a list (e.g., [1, 2, 3]) to receive the accurate total.

Instructions

Adds a list of positive and/or negative numbers with 64 bit floating point precision and returns a 64 bit float. You need to provide them in the format of a list. For example, [1, 2, 3] would return 6.0. You can also use fractions if you want to, like [1/2, 1/3, 1/4].

Input Schema

NameRequiredDescriptionDefault
numbersYes

Input Schema (JSON Schema)

{ "properties": { "numbers": { "items": { "anyOf": [ { "type": "integer" }, { "type": "number" } ] }, "title": "Numbers", "type": "array" } }, "required": [ "numbers" ], "type": "object" }
Install Server

Other Tools from Math 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/avanishd-3/math-mcp'

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