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 Party Wall Quotes: 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.2/5.0
Behavior4/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 and does so well: it states that nothing is bought, ordered, or paid, that no quote is guaranteed, and that it is free. It also discloses what the returned content includes, such as who receives the details and the consent wording. It stops short of explicitly saying the tool itself performs no mutations, but the explanatory framing makes this reasonably clear.

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 with the most important guidance, 'Read first.' Every sentence adds value: what the enquiry is, what it is not, and what the returned description contains. There is no filler or redundant repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a no-parameter describe tool with no output schema, the description is complete enough for an agent to understand what it returns and why it matters. It names the core product behavior, the key exclusions (no purchase, no guarantee), and the specific return elements, so an agent can correctly choose and invoke the tool.

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 and the schema is empty with full coverage, so parameter-level documentation is unnecessary. The description appropriately focuses on behavior and return content rather than parameters, leaving no semantic gap.

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 enquiry_describe explains what submit_enquiry does on Party Wall Quotes, including that it starts an enquiry with human providers. It distinguishes itself from submit_enquiry by being the 'read first' explanatory tool, though it does not explicitly address how it differs from enquiry_fields.

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 directive 'Read first' clearly signals that this tool should be used before submit_enquiry, and the description frames it as the plain-language explanation of that sibling tool. It provides clear context for when to use it, though it does not mention exclusions or alternatives beyond the implicit distinction from the other siblings.

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 role: one explains the process, one provides the form schema, and one performs the submission. There is no overlap in purpose, and the descriptions reinforce which tool to call when.

Naming Consistency3/5

The names are readable and all lowercase, but they mix patterns: enquiry_describe and enquiry_fields are resource-first, while submit_enquiry is verb-first. A more consistent convention would be describe_enquiry, fields_enquiry, submit_enquiry.

Tool Count5/5

Three tools is appropriate for this narrow workflow: explaining the service, listing the required fields, and submitting the enquiry. Every tool earns its place and there is no bloat.

Completeness5/5

The tool surface fully covers the enquiry submission lifecycle for this server's stated purpose. It includes onboarding context, schema discovery, and a two-step submission flow with confirmation handling.

Resources