Skip to main content
Glama

The comparison table

compare_table

Each option's value on every criterion of the Letting agent and property management systems used by UK agencies 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 provided, the description carries the full burden of behavioral disclosure, but it only describes table content, not operation traits. It does not state that this is a safe read-only query, what happens with an invalid option value, or how the 'else all' default behaves. There is no contradiction with annotations since none exist.

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?

One compact sentence with the essential content ('each option's value on every criterion') front-loaded. The qualifier naming the comparison subject is verbose and the trailing '— the full table' is slightly redundant with the title, but there is no filler or schema repetition.

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, fully documented parameter and no output schema, the description is mostly adequate: an agent knows it will get the full option-by-criterion table. The notable gaps are the unstated relationship to the sibling compare tools and the absence of behavioral notes given zero annotations, but the risk of misusing this simple read-style tool is low.

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 documentation coverage is 100% — the schema already explains 'option' as 'one option's name, else all,' which is clear and sufficient. The description adds no parameter-level meaning on top of the schema, so the baseline of 3 applies.

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 states the tool's content precisely: each option's value on every criterion, i.e., the full cross-product comparison table. 'The full table' implicitly distinguishes it from the likely criterion-only and option-only sibling tools (compare_criteria, compare_options), though it never names them. It lacks an explicit verb like 'returns' or 'shows,' leaving the operation implied rather than stated.

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?

No explicit when-to-use guidance is given. The phrase 'the full table' hints that this tool is the comprehensive view versus the siblings, but it never tells the agent when to choose this over compare_criteria or compare_options, nor when a partial view would be more appropriate.

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

The six tools split cleanly into comparison data (criteria, options, table) and enquiry workflow (describe, fields, submit). Each tool targets a distinct resource or stage, so an agent should not confuse them.

Naming Consistency4/5

Names are all lowercase snake_case and grouped by domain: compare_* for comparison and enquiry_* / submit_enquiry for the enquiry flow. However, enquiry_describe and enquiry_fields use noun_first naming while submit_enquiry uses verb_first, so there is a minor structural inconsistency.

Tool Count5/5

Six tools is well-scoped: three for viewing the comparison and three for handling the enquiry lifecycle. There is no redundancy and every tool serves a necessary purpose.

Completeness5/5

The comparison side exposes criteria, options, and the full values table, while the enquiry side covers explaining the action, describing fields, and submitting with a two-step confirmation. This fully supports the server's stated site purpose with no obvious dead ends.

Resources