Skip to main content
Glama

The comparison table

compare_table

Each option's value on every criterion of the The covers a UK self build needs 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.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It does state the core behavior—returning each option's value on every criterion in a full comparison table—which implies a read-only operation. However, it does not describe format, ordering, default behavior when option is omitted, or whether the result is a matrix versus a structured object.

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 its grammar is severely broken: 'of the The covers a UK self build needs comparison' is confusing and unprofessional. Important context like the parameter's effect and sibling distinctions is absent, so the brevity is not effective conciseness.

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?

Given no annotations, no output schema, and sibling tools that overlap in purpose, this description leaves too much unstated. It does not clarify how the optional 'option' parameter changes the returned table, when to choose this tool over alternatives, or what the output looks like. The core idea is present, but the broken sentence makes the description unreliable for correct invocation.

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?

Schema description coverage is 100%, and the single parameter 'option' is already documented as 'one option's name, else all.' The description adds no extra meaning about how the option parameter filters the table or what value format is expected. This meets the baseline but does not exceed it.

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 conveys that the tool returns a comparison table showing each option's value on every criterion, and the phrase 'the full table' hints at an all-encompassing view. However, the sentence is garbled ('of the The covers a UK self build needs comparison') and lacks a clear, grammatical statement of the operation. It does not meaningfully differentiate from siblings like compare_options or compare_criteria.

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 explicit guidance on when to use this tool versus compare_criteria or compare_options. The word 'full' weakly implies a comprehensive view, but no conditions, exclusions, or alternative routing are provided. An agent would have to infer usage from the tool name and schema.

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.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: compare_criteria, compare_options, and compare_table cover different aspects of the comparison data, while enquiry_describe, enquiry_fields, and submit_enquiry form a clear enquiry submission flow. There is no meaningful overlap between any of the tools.

Naming Consistency3/5

The compare_* tools follow a consistent prefix pattern, but the enquiry tools mix conventions: enquiry_describe and enquiry_fields are noun-first while submit_enquiry is verb-first. The names are still readable and predictable enough, but the pattern is not uniform.

Tool Count5/5

Six tools is well-scoped for a comparison and enquiry server. Each tool earns its place and there is no obvious redundancy or missing trivial utility.

Completeness5/5

The tool set covers the full workflow: viewing comparison criteria, options, and the full table, plus describing, inspecting, and submitting an enquiry. There are no obvious dead ends or missing operations for the stated domain.

Resources