Skip to main content
Glama

What is compared

compare_criteria

The criteria and any filters of the Four call answering models, compared on what actually differs comparison.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.6/5.0
Behavior2/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 of behavioral disclosure. It only says the comparison is based on what actually differs, but it does not clarify whether the tool returns a full comparison, only differences, or any additional behavioral details like output format, read-only nature, or limitations.

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?

The description is short, but it is poorly structured and contains a confusing, redundant trailing phrase ('what actually differs comparison'). It is under-specified rather than cleanly concise, and the wording does not effectively front-load a clear purpose.

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?

For a simple zero-parameter comparison tool, the description should still clearly state what is compared and what result to expect. It vaguely identifies the subject matter but fails to define 'Four call answering models' or distinguish this tool from siblings, leaving the context incomplete.

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 tool has zero parameters, so the schema fully covers parameter semantics. There is nothing for the description to add regarding parameters; the baseline of 4 for zero-parameter tools applies.

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

Purpose3/5

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

The description refers to comparing criteria and filters across four call answering models, which indicates a comparison purpose. However, the phrasing 'compared on what actually differs comparison' is grammatically broken and vague, leaving the exact function ambiguous and not clearly distinguishing it from siblings like compare_options or compare_table.

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?

There is no guidance on when to use this tool versus alternatives such as compare_options or compare_table. The description implies a comparison scenario but provides no explicit context, prerequisites, or exclusions.

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.

TDQS

B3.4/5.0
Disambiguation4/5

The three compare_* tools are the only potentially overlapping group, but their descriptions clearly separate criteria, options, and the full value table. The enquiry_* tools are distinct and even include a read-first descriptor to avoid misuse.

Naming Consistency3/5

Most names follow a verb_noun style such as compare_criteria and submit_enquiry, but enquiry_describe and enquiry_fields are noun-first, creating mixed conventions within the enquiry cluster. The names remain readable and the prefix groups help navigation.

Tool Count5/5

Six tools is well-scoped for a comparison site: three cover browsing the comparison data and three cover the enquiry flow. Each tool has a clear reason to exist without redundancy.

Completeness5/5

The comparison side offers criteria, options, and a full matrix, while the enquiry side covers description, field schema, and a two-step validated submission with consent and confirmation. There are no obvious dead ends or missing lifecycle steps for this narrow domain.

Resources