Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the TM44 Quote 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 behavioral disclosure burden. It states exactly what information the tool exposes and that it covers every field. It does not describe the return format or explicitly state that it is read-only, but for a simple metadata-fetching tool the core behavior is clear enough.

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 compact: one sentence enumerates the returned field attributes, and a second sentence connects the result to submit_enquiry. Every sentence earns its place and the most important information is front-loaded.

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 metadata tool, the description covers the output contents and the expected downstream usage well. The main gaps are the lack of explicit contrast with enquiry_describe and no mention of the exact output shape, but these are minor given the tool's simplicity.

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 input schema has zero parameters, so there are no parameter semantics to document. The baseline for zero-parameter tools is 4, and the description adds useful context by explaining how the returned field keys connect to submit_enquiry.

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 as returning every field of the TM44 Quote enquiry, including key, label, type, required status, help text, and options. It distinguishes itself from submit_enquiry by stating that answers should be keyed by field key, though it lacks an explicit verb such as 'list' or 'return' and does not differentiate from 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 a concrete usage direction: pass answers to submit_enquiry keyed by field key. This tells the agent how the output should be used with the submission sibling. However, it does not explicitly state when to use this tool over enquiry_describe or provide exclusion criteria.

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: one explains the workflow, one provides the field schema, and one submits the enquiry. There is no meaningful overlap or ambiguity between them.

Naming Consistency3/5

Two tools use the 'enquiry_' prefix pattern, while the third inverts the order to 'submit_enquiry'. The names are still readable and understandable, but the verb/noun ordering is not fully consistent.

Tool Count5/5

Three tools are well-scoped for a single, focused submission workflow. Each tool serves a necessary purpose and the set does not feel bloated or incomplete for its stated scope.

Completeness5/5

The server covers the full enquiry submission lifecycle: describing the process, enumerating required fields, validating, confirming consent, and submitting. There are no obvious dead ends within the stated purpose.

Resources