Skip to main content
Glama

site

The questions the enquiry asks

enquiry_fields

Every field of the Send A Parcel 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.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does disclose the shape of the returned data (key, label, type, required flag, help text, allowed options) and the keying convention for downstream submission. It does not explicitly state that the call is read-only or whether it is cached/static, but for a zero-parameter metadata listing the disclosure is solid.

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?

Two sentences, front-loaded with the resource and followed by the actionable routing hint. Minor wordiness in 'whether required, help text and the allowed options where there are any,' but nothing that wastes real space.

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?

There is no output schema, so the description properly takes on the job of enumerating the returned attributes, and with zero parameters there is nothing else an agent needs before calling it. Only the absence of any note on staleness or read-only nature keeps it from a 5.

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 takes no parameters, so the baseline is 4; the description goes slightly further by explaining how returned field keys map onto submit_enquiry answers, giving the output a semantic anchor.

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?

States a specific resource ('Every field of the Send A Parcel Compare enquiry') and enumerates what the tool returns (key, label, type, required, help text, options), so an agent knows this is a field-metadata fetch rather than an enquiry description. It does not explicitly differentiate itself from the sibling enquiry_describe, which is the only gap.

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 closing sentence routes the agent downstream: 'Pass answers to submit_enquiry keyed by field key,' which makes the when-to-use context (call this to learn the schema before submitting answers) clear. No explicit when-not conditions or alternatives are stated, but the intended workflow is unambiguous.

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.

Resources