Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Land Drainage Contractors 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 provided, the description carries the full burden of behavioral disclosure. It does explain what data will be returned and how it relates to submit_enquiry, but it does not explicitly state that the operation is read-only or has no side effects. For a simple introspection tool this is adequate but not exhaustive.

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 concise sentences carry all necessary information without repetition or filler. The primary content is front-loaded, and the cross-reference to submit_enquiry is placed at the end as a natural extension of the tool's purpose.

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 simple no-parameter, no-output-schema tool, the description covers the important return fields and the downstream usage with submit_enquiry. It does not specify the exact response shape or any ordering/grouping details, but it is sufficiently complete for an agent to invoke and interpret the result.

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 input schema is empty and schema coverage is effectively complete. The baseline of 4 applies because there is nothing the description needs to explain about parameters; the mention of field keys refers to output rather than input.

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 states the tool returns every field of the Land Drainage Contractors enquiry, including key, label, type, required flag, help text, and allowed options. It differentiates itself from submit_enquiry by pointing forward to that tool, though it does not explicitly distinguish itself 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 instruction 'Pass answers to submit_enquiry keyed by field key' gives concrete context for when to use this tool: before constructing a submission. It does not explicitly state when not to use it or how it compares to enquiry_describe, but the workflow hint is clear.

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 clear, non-overlapping role: describing the process, providing field schemas, and submitting with confirmation. No ambiguity between them.

Naming Consistency3/5

All tools share the 'enquiry' theme, but the naming pattern is mixed: two use noun-first (enquiry_describe, enquiry_fields) while one is verb-first (submit_enquiry). Readable but not uniformly structured.

Tool Count5/5

Three tools is exactly right for the narrow domain of submitting an enquiry, providing a minimal but complete workflow without redundancy.

Completeness5/5

The tool surface fully covers the stated purpose: orient the user, define the input schema, and execute the two-step submission process. No obvious gaps in this workflow.

Resources