Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Asbestos Survey 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 provided, the description carries the behavioral disclosure burden. It does disclose what the result contains, but it does not mention that this is a read-only metadata retrieval or describe any side effects, ordering, or response format.

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 and front-loaded: it states the resource and purpose immediately, then lists the exact field metadata included, and closes with an actionable instruction. Every sentence contributes useful information.

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 metadata tool with no output schema, the description is largely complete: it enumerates the fields returned and their role relative to submit_enquiry. It could add an explicit statement about being read-only, but this is a minor gap.

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, and schema description coverage is 100%, so there is nothing meaningful for the description to add about parameters. The baseline of 4 applies because no compensation is 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 clearly states the tool exposes every field of the Asbestos Survey Quotes enquiry, including key, label, type, required status, help text, and options. It is easy to distinguish from submit_enquiry, but it does not explicitly contrast itself with 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 concrete guidance: pass answers to submit_enquiry keyed by field key, which tells the agent how to use the returned fields. It does not explicitly discuss alternatives or when not to use it, but the context 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.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: one explains the enquiry process, one provides the field schema, and one submits the enquiry. There is no meaningful overlap or risk of selecting the wrong tool for a step.

Naming Consistency3/5

All names are snake_case and share the 'enquiry' domain, but the pattern is mixed: 'enquiry_describe' and 'enquiry_fields' are noun-first while 'submit_enquiry' is verb-first. It remains readable, but not as consistent as a uniform verb_noun convention.

Tool Count5/5

Three tools are exactly right for this narrow enquiry submission workflow: describe the process, describe the fields, and submit. Each tool earns its place with no redundant or unnecessary surface.

Completeness5/5

For the stated purpose of submitting asbestos survey quote enquiries, the tool set covers the entire lifecycle: understanding the process, retrieving the schema, and performing the two-step submission. No obvious gap or dead end remains.

Resources