Skip to main content
Glama

median

Calculate the median of a list of numbers using a statistical function from Math-MCP, designed for precise numerical computations via a simple API.

Instructions

Calculates the median of a list of numbers

Input Schema

NameRequiredDescriptionDefault
numbersYesArray of numbers to find the median of

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "numbers": { "description": "Array of numbers to find the median 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
  • @wudongjie/example-mcp-server
  • @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