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

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

With no annotations, the description carries the burden of behavioral disclosure. It clearly conveys that the tool is informational, emphasizes that nothing is bought, ordered, or paid, and states what the tool returns: recipient details, consent wording, and confirmation mechanism. This is sufficient for a zero-parameter describe tool.

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 concise and front-loaded with the key 'Read first.' instruction, followed by the core purpose and return-value summary. It is slightly redundant with the title's 'not a purchase, not a guaranteed quote' phrasing, but every sentence otherwise 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 simple zero-parameter informational tool, the description is largely complete: it explains what the tool communicates, the non-commercial nature, and the returned information categories. It does not specify the exact output structure, but given no output schema, 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, so the schema already fully covers the input surface and the baseline is 4. The description adds no parameter-specific detail, which is acceptable because there are no parameters to document.

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 clearly states that this tool explains what submit_enquiry does on Demolition Quotes, using a specific verb and a well-scoped subject. It distinguishes itself from actually submitting an enquiry and from sibling tools by framing itself as the 'Read first' explanation resource.

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 'Read first.' explicitly tells the agent to consult this tool before taking action, which is clear usage guidance. It does not mention explicit alternatives or when-not-to-use conditions relative to enquiry_fields, so it falls short of a 5.

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
Disambiguation4/5

The three tools have distinct roles: one explains the enquiry process, one provides the schema, and one submits. The two informational tools are separated clearly by narrative versus field-level detail, though both are discovery-oriented.

Naming Consistency3/5

All tool names share the 'enquiry' resource, but the pattern is mixed: 'submit_enquiry' follows verb_noun while 'enquiry_describe' and 'enquiry_fields' lead with the noun. This is readable and predictable enough, but not fully consistent.

Tool Count5/5

Three tools is well-scoped for a focused enquiry submission flow: one to understand the process, one to get the schema, and one to submit. Each tool has a clear purpose and none feel redundant.

Completeness5/5

The tool set fully covers the enquiry lifecycle from orientation through field discovery to validated submission with consent confirmation. There are no obvious dead ends or missing operations for the stated purpose.

Resources