Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Machinery Transport Quotes 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 explaining behavior. It states the returned content and the exhaustive scope ('Every field'), but does not explicitly disclose that this is a read-only, side-effect-free lookup or describe the response shape. This is adequate for a simple metadata tool but leaves some traits implicit.

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 short sentences convey the purpose, content, and downstream use with no redundancy. The main information is front-loaded and every clause 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 parameterless metadata tool with no output schema and no annotations, the description is nearly sufficient: it tells the agent what fields are returned and how to use them. It lacks only an explicit statement of the response container or a direct relationship to enquiry_describe, but neither is essential for invoking the tool.

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 there is no parameter-level documentation burden. The description usefully explains how the returned field keys relate to submit_enquiry, which is the only semantic guidance an agent needs.

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 as 'Every field of the Machinery Transport Quotes enquiry' and enumerates the attributes returned (key, label, type, required, help text, options). It lacks an explicit verb such as 'list' or 'retrieve', and it does not directly contrast itself with enquiry_describe, though the field-specific scope is clear.

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 workflow: obtain fields from this tool, then pass answers to submit_enquiry using the field keys. It does not explicitly state when not to use this tool or how it differs from enquiry_describe, so it falls short of a 5.

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.3/5.0
Disambiguation5/5

Each tool has a distinct role: enquiry_describe explains the process, enquiry_fields provides the schema, and submit_enquiry performs the submission. There is no functional overlap between them.

Naming Consistency3/5

All names use snake_case and revolve around 'enquiry', but the pattern is inconsistent: enquiry_describe and enquiry_fields are noun-led while submit_enquiry is verb-led. The names are still readable and related, but they do not follow a single verb_noun convention.

Tool Count5/5

Three tools is well-scoped for a single enquiry submission workflow: orientation, schema, and submission. Each tool earns its place and none feels redundant or missing.

Completeness5/5

The toolkit covers the full task lifecycle: understanding the process, inspecting required fields, validating, submitting, and handling the two-step confirmation. There are no obvious gaps or dead ends for the stated purpose.

Resources