Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Math-MCP
by
EthanHenrickson
Verified
GitHub
TypeScript
MIT License
2
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mean
Calculates the arithmetic mean of a list of numbers
Input Schema
Name
Required
Description
Default
numbers
Yes
Array 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" }
Install Server
You must be
authenticated
.
Other Tools
add
subtract
multiply
division
sum
mean
median
mode
min
max
floor
ceiling
round