help
Retrieve reference text for a specific section (types, language, functions, solver) of the mcp-abacus evaluator. Unknown sections return the list of valid section names.
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). An unknown section returns the list of valid section names instead of erroring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |