Skip to main content
Glama

The options

compare_options

The options in the Practice management software, by what each vendor publishes comparison (name, what it is best for, tags), optionally filtered by a tag value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterKeyNo
filterValueNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden and fails to state whether this is a read-only comparison, what the response looks like, or how results are ordered. It hints at returned fields (name, best-for, tags) but discloses nothing about the operation's behavior or side effects.

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

Conciseness2/5

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

It is a single sentence, but a tangled and ungrammatical one ('by what each vendor publishes comparison') that buries the core action. Brevity here reflects under-specification rather than efficient structure.

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

Completeness2/5

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

No output schema and no annotations mean the description must explain the return set and filtering semantics, and it does neither clearly. For a comparison tool with two sibling look-alikes, the definition leaves the agent unable to call it confidently.

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

Parameters2/5

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

Schema coverage is 0%, so the description must compensate; it only vaguely says filtering happens 'by a tag value' without mapping this to filterKey/filterValue or clarifying that filterKey selects the field. One of the two parameters is effectively undocumented.

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

Purpose2/5

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

The description gestures at returning option data ('The options in the Practice management software... by what each vendor publishes comparison'), but no verb states what the tool actually does and the sentence is grammatically broken. It does not distinguish this from siblings compare_criteria or compare_table, whose names suggest overlapping comparison functions.

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

Usage Guidelines2/5

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

The only usage hint is 'optionally filtered by a tag value,' which implies a filter scenario but gives no when-to-use context and no guidance on choosing this over compare_criteria or compare_table. No exclusions or prerequisites are stated.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources