help
Retrieve reference documentation for a specific section: numeric types, expression grammar, functions, or solver.
Instructions
Return mcp-abacus reference text for one section, to drive the evaluator.
Sections: 'types' (the numeric types this build supports), 'language' (the
expression grammar — operators, precedence, literal forms), 'functions' (the
callable functions and their argument counts), and 'solver' (the solver tool —
solving / optimising one variable over a bracket). section is restricted to
these four names — advertised as a schema enum — so any other value is rejected
with the valid list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | Yes | Which reference section to return: 'types', 'language', 'functions', or 'solver'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |