Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Martyn's Law Cost 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

A4.1/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. It discloses the return contents in detail: key, label, type, required status, help text, and allowed options. It implies a read-only schema-retrieval operation and does not mention side effects, which is appropriate for this tool.

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, front-loaded with the core purpose and content, with no filler. The second sentence adds a practical usage pointer that 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 field-listing tool, the description is largely complete: it specifies the output fields and the expected downstream use. It does not define the exact response format, but the listed attributes make the structure understandable enough for an agent to proceed.

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 zero parameters, so the baseline is 4. The description adds useful semantic context by noting that the field keys are intended to be used when passing answers to submit_enquiry, which helps the agent understand how this tool's output relates to the sibling tool.

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 resource—the Martyn's Law Cost enquiry fields—and enumerates exactly what information is provided (key, label, type, required, help text, allowed options). It is distinct from submit_enquiry, which is mentioned as the downstream consumer, though it does not explicitly contrast with enquiry_describe.

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 clear contextual guidance: use this tool to obtain field keys and then pass answers to submit_enquiry keyed by those field keys. It does not explicitly state exclusions or alternative conditions, but the intended workflow is evident.

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

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct role: describing the process, providing the field schema, and submitting the enquiry. There is no overlap in purpose even though two tools are informational.

Naming Consistency3/5

All names use snake_case and revolve around 'enquiry', but the ordering is mixed: two start with 'enquiry_' while 'submit_enquiry' places the verb first. This is readable but not a uniform verb_noun or noun_verb pattern.

Tool Count5/5

Three tools are well-scoped for a single focused workflow: orient the user, expose the schema, and submit with confirmation. Each tool earns its place without redundancy.

Completeness5/5

The tool set covers the full enquiry lifecycle: explaining what happens, defining all inputs and options, and handling two-step consent-based submission. There are no obvious dead ends for the stated purpose.

Resources