Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Gearbox Reconditioning 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

A3.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states what is returned (field metadata) but does not explicitly say whether the operation is read-only, has side effects, or requires any permissions. Since this is a no-parameter query tool, one could assume it is safe, but the description does not confirm that. It also lacks details about the output format or potential variations (e.g., whether the list is static or dynamic). For a tool with zero annotation coverage, this is a significant gap.

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?

The description is a single, well-structured sentence. It front-loads the core purpose ('Every field of the Gearbox Reconditioning Cost enquiry') and then lists the specific attributes, followed by a practical usage hint. There is no wasted wording, and the sentence is concise yet informative.

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?

Given there is no output schema, the description explains what the tool returns (field metadata) and how to use it (pass answers keyed by field key). It covers the essential information an agent needs to call this tool and interpret its results. It does not mention edge cases like empty list behavior or errors, but for a simple field enumeration tool, it is reasonably complete. The absence of output schema is compensated by the explicit list of returned attributes.

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 schema already covers everything (100% coverage trivially). The baseline for 0 params is 4. The description adds value by explaining that the returned field keys are used as keys for submit_enquiry, which provides contextual meaning beyond the schema. No additional parameter semantics are needed.

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 states a specific resource (the fields of the Gearbox Reconditioning Cost enquiry) and enumerates the attributes it exposes (key, label, type, required, help text, allowed options). This is clear and action-oriented, though it does not explicitly differentiate from the sibling enquiry_describe, which might describe the enquiry itself rather than its fields. The verb 'Every field' and the list of metadata make the purpose unambiguous.

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

Usage Guidelines3/5

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

The description gives a practical usage instruction: 'Pass answers to submit_enquiry keyed by field key,' which tells the agent how to use the returned keys. It implies the tool should be called before submitting an enquiry, but it does not explicitly contrast with enquiry_describe or state when not to use it. The guidance is helpful but not comprehensive regarding alternatives.

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

Each tool has a completely distinct purpose: describing the process, providing field schema, and handling the submission flow. There is no functional overlap or ambiguity between them.

Naming Consistency4/5

All tool names include 'enquiry' and are clear, but two use 'enquiry_' prefix while the third uses 'submit_enquiry' with a verb-first order. This minor deviation is easy to read and not confusing.

Tool Count5/5

Three tools is perfectly scoped for a single enquiry form: describe, fields, and submit cover the necessary interactions without bloat or missing functionality.

Completeness5/5

The tool set fully covers the enquiry lifecycle: explaining the process, gathering validated input, and submitting with a two-step confirmation mechanism. There are no dead ends or obvious missing operations within the stated scope.

Resources