Skip to main content
Glama

The options

compare_options

The options in the Six routes to a completed conveyance, compared comparison (name, what it is best for, tags), optionally filtered by a tag value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterKeyNo
filterValueNo

Schema Changelog

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

  1. First observed

TDQS

C2.3/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 behavioral burden. It discloses one trait: results can be optionally filtered by a tag value. But it does not indicate whether the operation is read-only, what the comparison output looks like, whether there are pagination or limit behaviors, or what happens when no filter is provided.

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 the brevity comes at the cost of clarity: the phrase 'compared comparison' is redundant and the sentence lacks a clear front-loaded action. The filter behavior is buried at the end after a long noun phrase, making the structure harder to parse.

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 tool with two optional parameters this could be adequate, but the 0% schema coverage, absence of annotations, and missing output schema leave too much undefined. An agent still has to infer the meaning of filterKey and the exact return value, so the description is not complete enough for reliable invocation.

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

Parameters2/5

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

Schema description coverage is 0% and both properties are bare strings with no enums or descriptions. The description partially explains that filtering is 'by a tag value,' hinting at filterValue, but it never clarifies filterKey, how the two parameters interact, or what valid values look like.

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 identifies the resource ('options in the Six routes to a completed conveyance') and the compared attributes (name, best for, tags), so an agent can roughly infer a comparison tool. However, it lacks a clean verb—'compared comparison' is ungrammatical and redundant—and the title 'The options' adds no action or differentiation.

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 compare_options rather than sibling tools like compare_criteria, compare_table, or the enquiry tools. The only usage hint is the optional tag filter, which is a parameter behavior rather than a routing rule.

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

Each tool has a clearly distinct purpose: three expose different views of comparison data, and three support the enquiry submission flow. There is no meaningful overlap between tools, even within the compare_* group, because each returns a different granularity of information.

Naming Consistency3/5

The compare_* tools follow a consistent verb_noun pattern, but the enquiry tools mix conventions: enquiry_describe and enquiry_fields are noun-first, while submit_enquiry is verb-first. All names are readable and snake_case, but the ordering inconsistency prevents a higher score.

Tool Count5/5

Six tools is well-scoped for a comparison-and-enquiry site: three tools cover the comparison content and three cover the enquiry submission flow. Each tool earns its place without unnecessary redundancy or missing essentials.

Completeness5/5

The tool set covers the full user journey: understanding the comparison, viewing criteria and options, inspecting the full table, learning what the enquiry does, fetching form fields, and submitting with a two-step consent confirmation. There are no obvious dead ends or critical missing operations for this domain.

Resources