Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Motor Trade Insurance Compare enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It explains what the tool returns conceptually—fields with their metadata—but does not specify the exact return structure, whether the field list is static or dynamic, or whether there are any side effects. As a read-oriented metadata tool this is mostly adequate, but the absence of an explicit return format leaves some ambiguity.

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?

Two sentences deliver the core purpose and the practical next step with no filler. The description is front-loaded with the resource and content, then immediately provides usage guidance. Every sentence earns its place.

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 zero-parameter, no-output-schema tool, the description is largely complete: it names the resource, enumerates the returned metadata, and explains how to use the result. It could be slightly more explicit about the output shape, but that is a minor gap given the tool's simplicity and the presence of clear workflow guidance.

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

Parameters4/5

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

The tool has zero parameters, so the input schema is trivially fully described and the description has no parameter details to add. Per the rubric, a zero-parameter tool receives a baseline of 4, and the description appropriately avoids inventing parameter explanations.

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 clearly identifies the tool's resource: every field of the Motor Trade Insurance Compare enquiry, and details what information is provided (key, label, type, required, help text, allowed options). It distinguishes itself from submit_enquiry by explaining that answers should be passed there, though it does not explicitly compare itself to enquiry_describe or the comparison siblings.

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

Usage Guidelines4/5

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

The description gives a clear usage context: use this tool to discover the field keys, then pass answers to submit_enquiry keyed by those keys. This implies the tool should be used before submitting an enquiry. It does not explicitly state when not to use it or name alternatives, but the workflow is clear enough for this simple metadata lookup.

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