Skip to main content
Glama

The comparison table

compare_table

Each option's value on every criterion of the UK motor trade insurance, by shape of cover comparison — the full table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
optionNoone option's name, else all

Schema Changelog

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

  1. First observed

TDQS

C2.9/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 burden of behavioral disclosure, but it only describes content. It does not state that the operation is read-only, how results are returned, whether the optional 'option' parameter affects the result shape, or any side effects/pagination.

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 a single concise sentence that front-loads the core content. The phrase 'by shape of cover comparison' is slightly awkward and could be clearer, but there is no redundant filler.

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?

For a low-complexity tool with one optional parameter and no output schema, the description adequately summarizes the returned table. However, it lacks details about the response format, the effect of the 'option' parameter, and any usage caveats, leaving modest gaps.

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

Parameters3/5

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

The sole parameter is fully described in the schema ('one option's name, else all'), so schema coverage is 100% and baseline 3 applies. The description adds no parameter semantics beyond this, which is acceptable given the schema's clarity.

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

Purpose4/5

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

The description identifies the resource: the full comparison table of each option's value on every criterion for UK motor trade insurance. It distinguishes from siblings like compare_criteria and compare_options by emphasizing the complete table, though it lacks an explicit verb such as 'get' or 'list'.

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 choose this tool over compare_criteria, compare_options, or the enquiry tools. The phrase 'the full table' weakly implies use for complete data, but no explicit conditions or alternatives 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.

TDQS

A3.6/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: comparison data is split by criteria, options, and full table, while enquiry tools cover documentation, field schema, and submission. Even the overlapping 'compare_table' is distinguished as the full cross-product view.

Naming Consistency4/5

The compare_* tools and submit_enquiry use a clear verb-first pattern, but enquiry_describe and enquiry_fields use a noun-first pattern. This is a minor deviation that does not seriously hinder predictability.

Tool Count5/5

Six tools is a well-scoped count for this domain. The comparison side needs three views and the enquiry side needs three steps, with no redundant or missing tools.

Completeness5/5

The tool set fully covers the stated purpose: comparing UK motor trade insurance options by criteria and submitting an enquiry with consent. The two-step submission flow with confirmation token is documented and supported end-to-end.

Resources