Skip to main content
Glama

The comparison table

compare_table

Each option's value on every criterion of the US HVAC field service software 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

B3.4/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 says what the table contains but does not explicitly say this is a read-only lookup, what the output format looks like, or how the optional 'option' parameter changes the result. The schema partially covers parameter behavior, but the description itself adds no behavioral context beyond content.

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

Conciseness5/5

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

The description is a single, tightly worded sentence with no filler. The key phrase 'the full table' is placed at the end after an em dash for emphasis. Every word contributes to defining the tool's scope, earning a 5.

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

Completeness4/5

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

For a simple one-parameter, no-output-schema, no-annotation tool, the description plus schema parameter documentation provide the essential calling information. It names the domain and the full scope, and sibling tool names offer enough context for differentiation. The only gap is not describing return formatting, which is minor for a table lookup.

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 single parameter 'option' is already fully documented in the schema with 'one option's name, else all,' so schema coverage is 100%. The description's phrase 'each option's value' loosely maps to the parameter but adds no new meaning beyond what the schema already provides. Baseline 3 is appropriate because the schema handles the semantic weight.

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 (US HVAC field service software comparison) and the scope (every option's value on every criterion), calling it 'the full table.' It distinguishes from sibling tools like compare_criteria and compare_options by emphasizing the complete dataset rather than a focused subset. However, it lacks an explicit verb like 'returns' or 'displays,' which keeps it just short of a 5.

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

Usage Guidelines3/5

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

The phrase 'the full table' implies this tool is for a comprehensive view, and sibling names like compare_criteria and compare_options suggest narrower alternatives. But the description never explicitly states when to choose this tool over those siblings or when not to use it. Usage guidance is only implied, not 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.7/5.0
Disambiguation5/5

The three compare_* tools cleanly separate criteria, options, and the full table, while the three enquiry_* tools separate explanation, field schemas, and submission. No two tools appear to serve the same purpose.

Naming Consistency4/5

All names use lowercase snake_case, and the compare_* and enquiry_* prefixes create clear grouping. Slight inconsistency exists because compare_* uses verb_noun while enquiry_describe and enquiry_fields put the noun first, but this is readable and predictable.

Tool Count5/5

Six tools is well-scoped for this server: three cover the comparison surface and three cover the enquiry workflow. Each tool has a distinct role without unnecessary bloat.

Completeness5/5

The comparison side fully covers criteria, options, and the full table, while the enquiry side covers explanation, fields, and the two-step submission flow. There are no obvious missing operations for the stated domain.

Resources