List available functions
list_functionsFind all mathematical functions available in the Ultimath API with names, arity, categories, and descriptions. Filter by category to identify which functions to pass to the evaluate tool.
Instructions
List all mathematical functions available via the Ultimath API (https://ultimath.ai). Returns name, arity, category, and description for each function. Use this to discover what functions you can pass to the evaluate tool. Optionally filter by category (algebraic, trigonometric, hyperbolic, exponential, special, rounding, introspection). Every function is available on all 8 engines, but each computes it with its own native primitive — so results may diverge at poles, branch cuts, or ties, and that divergence is honest backend behavior, not a bug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter by category, e.g. 'special', 'trigonometric'. Omit to list all. |