Math-MCP

by EthanHenrickson
Verified

min

Identify the smallest number in a given list of numeric values for precise calculations. Simplifies finding minimums in datasets or numerical arrays.

Instructions

Finds the minimum value from a list of numbers

Input Schema

NameRequiredDescriptionDefault
numbersYesArray of numbers to find the minimum of

Input Schema (JSON Schema)

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