Skip to main content
Glama
laszlopere

mcp-abacus

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

TableJSON Schema
NameRequiredDescriptionDefault
sectionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses that unknown section values return a list of valid section names instead of erroring, which is a key behavioral trait. However, it does not mention other important traits such as idempotency, rate limits, or authorization requirements. The description adds some transparency but is not exhaustive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively short and front-loaded with the core purpose. It uses a list to enumerate sections and provides a note about behavior for unknown sections. There is no unnecessary repetition or verbose language. However, it could be slightly more concise by removing the second sentence about driving the evaluator, though that provides context.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that an output schema exists (context signal indicates true), the description does not need to explain return values. It covers the main functionality and edge case (unknown section). However, it does not describe what each section contains beyond the name, which might leave an agent uncertain about which section to query. The sibling tools are distinct, so no confusion there. The description is adequate but could be more complete with brief explanations of each section's content.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema coverage for the parameter 'section' is 0%, so the description must compensate. It clearly explains that the parameter should be one of the four listed sections (types, language, functions, solver) and that unknown values will return a list of valid names. This adds meaningful semantic information beyond the bare schema, which only defines the parameter as a string with no constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool returns reference text for one of four specific sections (types, language, functions, solver), and explicitly distinguishes itself from sibling tools like analyze, calculate, info, and solver. It uses a specific verb ('Return') and resource ('reference text for one section') and provides a clear list of valid sections.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when reference documentation is needed, but does not explicitly state when to use this tool versus its siblings (e.g., when to call help vs info). It also lacks guidance on prerequisites or when not to use it. The mention of returning a list for unknown sections is helpful but does not provide comprehensive usage guidelines.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/laszlopere/mcp-abacus'

If you have feedback or need assistance with the MCP directory API, please join our Discord server