Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Conveyancing Fees Ireland 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.2/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 but is mostly a structural description of the output. It does convey that this is a read-only metadata tool and implies no side effects, but it does not mention whether the field values or options are localized, whether the schema corresponds to a specific step, or what happens for conditional fields.

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, no filler. The first sentence is front-loaded with what the tool returns; the second sentence gives actionable guidance on using the result. Every sentence 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-input metadata tool, the description is nearly complete: it explains what is returned and how to use it. It is slightly short on guidance for choosing this versus enquiry_describe, but the field-level detail in the description largely makes the tool self-sufficient.

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 parameter semantics are inherently simple. The description correctly avoids inventing parameters and makes clear that the answer to how to use it is through the returned field keys, which is meaningful context.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names the tool as returning every field of a specific enquiry, enumerating what is included: key, label, type, required flag, help text, and allowed options. It distinguishes itself from siblings by being the field-schema/metadata tool for a Conveyancing Fees Ireland enquiry.

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 explicitly says to pass answers to submit_enquiry keyed by field key, which tells the agent how to use the output. It does not explicitly state the alternative is enquiry_describe or when to use that instead, so it lacks direct when-not-to-use guidance.

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

Each tool has a clearly distinct role: one explains the process, one defines the input schema, and one submits the enquiry. There is no overlap between describing, field discovery, and submission.

Naming Consistency4/5

All tool names use snake_case and mostly follow a noun/verb pattern with 'enquiry' as the common subject. submit_enquiry fits the pattern well, while enquiry_describe and enquiry_fields are noun-led rather than verb-led, but the shared prefix keeps the set predictable.

Tool Count5/5

Three tools is exactly right for this narrow purpose: an explainer, a schema reader, and a submitter. Each tool earns its place and there is no unnecessary surface area.

Completeness5/5

The tool set fully covers the enquiry workflow: an agent can understand the process, fetch all required fields, and submit with proper two-step confirmation. No obvious operations are missing for the stated domain.

Resources