Skip to main content
Glama

The options

compare_options

The options in the UK motor trade insurance, by shape of cover 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.6/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It describes the data content and optional filtering but never explicitly states that the tool is a read-only lookup, what the output format is, or what happens with invalid filters.

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 with the resource front-loaded and the optional filtering included. The parenthetical list of fields makes it slightly dense, but overall it is efficiently worded.

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 simple optional-filter lookup with no output schema, the description conveys the domain, the fields of the options, and the filtering capability. However, it is incomplete on filter parameter semantics and does not explain the context for choosing this tool over sibling tools.

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%, so the description must explain filterKey and filterValue. It only mentions 'optionally filtered by a tag value,' which hints that filterValue is a tag value but leaves filterKey's role undefined and provides no valid values or key names.

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 names a specific resource ('options in the UK motor trade insurance') and lists the fields returned, but it lacks an explicit verb such as 'list' or 'retrieve.' It also does not clearly differentiate itself from siblings like compare_criteria or compare_table.

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 guidance is provided about when to use this tool versus its siblings. The phrase 'optionally filtered by a tag value' implies one usage mode, but there are no explicit conditions, exclusions, or references to alternative tools.

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