Math-MCP

by EthanHenrickson
Verified

mean

Calculate the arithmetic mean of a list of numbers using a mathematical tool designed for accurate numerical calculations through an API. Ideal for statistical analysis and data processing tasks.

Instructions

Calculates the arithmetic mean of a list of numbers

Input Schema

NameRequiredDescriptionDefault
numbersYesArray of numbers to find the mean of

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Math-MCP

Related Tools

  • @EthanHenrickson/math-mcp
  • @EthanHenrickson/math-mcp
  • @EthanHenrickson/math-mcp
  • @EthanHenrickson/math-mcp
  • @EthanHenrickson/math-mcp
ID: exa5lt8dgd