Skip to main content
Glama

What you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)

enquiry_describe

Read first. States plainly what submit_enquiry does on Texas Water Damage Cost: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.

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/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral disclosure burden. It does well by stating that nothing is bought, ordered, or paid; no quote is guaranteed; and it is free. It also discloses what the tool returns. It could more explicitly say that invoking enquiry_describe itself has no side effects, but 'States plainly what submit_enquiry does' makes this adequately clear.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with 'Read first' and each sentence adds useful information: purpose, non-purchase guarantees, free nature, and return contents. It is slightly repetitive with the title's mention of 'not a purchase, not a guaranteed quote,' but it is still compact and well organized.

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 the tool is simple, has zero parameters, and no output schema, the description adequately explains its purpose and return content. It tells the agent what submit_enquiry does, what is not guaranteed, and what information will be returned. It could more explicitly relate itself to enquiry_fields, but overall it is complete enough for safe invocation.

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 the schema is fully covered by an empty properties object, so there are no parameter semantics for the description to add. The baseline of 4 for a no-parameter tool is appropriate.

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 that this tool explains what submit_enquiry does, including that it starts an enquiry with human providers and returns consent/confirmation details. The title is somewhat confusing because it reads like a description of the enquiry outcome rather than the describe tool's own purpose, but the description resolves this.

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 opening phrase 'Read first' strongly implies this tool should be consulted before using submit_enquiry, which provides clear usage context. It does not explicitly name sibling tools or state when not to use it, but the priority hint is meaningful and sufficient for a description tool.

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

Each tool has a distinct role: enquiry_describe explains the process, enquiry_fields provides the schema, and submit_enquiry performs the actual submission. There is no functional overlap or ambiguity between them.

Naming Consistency4/5

All tool names use snake_case and share the 'enquiry' domain prefix, making them easy to group. However, submit_enquiry is verb-first while enquiry_describe and enquiry_fields are noun-first, a minor inconsistency.

Tool Count5/5

Three tools is exactly right for this narrow, single-purpose enquiry submission flow. Each tool is necessary and there is no bloat or redundancy.

Completeness5/5

The tool set covers the full workflow: reading about the process, fetching field definitions, and submitting with a two-step confirmation. There are no obvious dead ends or missing steps for the stated purpose.

Resources