Skip to main content
Glama

Server Details

Duct Cleaning Quotes: the site's own MCP server — enquiry (enquiry = a human handoff, not a...

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

3 tools
enquiry_describeWhat you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)AInspect

Read first. States plainly what submit_enquiry does on Duct Cleaning 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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/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 states that nothing is bought, ordered, or paid, that no quote is guaranteed, that it is free, and what the return content covers. It does not explicitly state that invoking this tool itself has no submission side effects, though 'Read first' strongly implies it.

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, front-loaded with 'Read first,' and every sentence adds meaningful information about purpose, cost, guarantees, and return content. There is no wasted wording.

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 zero-parameter informational tool with no annotations and no output schema, the description is complete enough: it explains what the tool does, what it does not do, and what the returned details include. No critical gap remains for an agent to invoke it correctly.

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 there is no parameter documentation burden. The description adds context about what the returned information contains, which is the relevant semantic content for this tool.

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 identifies the tool as an explainer of what submit_enquiry does, with specific scope: it starts an enquiry, is free, and is not a purchase or guaranteed quote. It is not a tautology and adds useful distinctions, though it doesn't explicitly differentiate 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 'Read first' is explicit guidance to use this tool before acting, and the description names submit_enquiry as the behavior it explains. However, it does not explicitly address when not to use it or compare it with enquiry_fields beyond the general framing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

enquiry_fieldsThe questions the enquiry asksAInspect

Every field of the Duct Cleaning 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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral burden. It discloses the output content (field attributes) and implies a read-only operation with no side effects. It also provides the context for using the results with submit_enquiry. However, it does not mention error conditions, pagination, or exact response format, which are gaps for a tool without annotations.

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 a single, well-structured sentence that front-loads the core purpose and lists the key attributes. Every word earns its place, with no redundancy or filler. It is concise and easy to parse.

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 metadata tool with no parameters and no output schema, the description provides sufficient context. It enumerates the fields and gives a usage pointer. While it could specify the exact return format (e.g., a list of objects), the described attributes are enough for an agent to understand what to expect. Overall, it is complete for its simplicity.

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 baseline is 4. The description correctly avoids parameter explanations since none exist. It adds no parameter semantics because there are none to add, which 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 the tool returns every field of the Duct Cleaning Quotes enquiry, listing the attributes (key, label, type, required, help text, allowed options). It distinguishes itself from submit_enquiry by focusing on field structure, though it does not explicitly contrast with enquiry_describe. The purpose is specific and actionable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a practical usage hint: 'Pass answers to submit_enquiry keyed by field key.' This implies when to use the tool (to obtain field keys for submission). However, it does not explicitly state when to use it instead of enquiry_describe or provide exclusions, leaving some ambiguity about alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

submit_enquirySubmit an ENQUIRY to human providers (two steps; not a purchase)AInspect

Submits an enquiry to Duct Cleaning Quotes — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "Happy for my details to go to relevant duct cleaning contractors, who'll quote me directly."

ParametersJSON Schema
NameRequiredDescriptionDefault
answersYesthe person's answers, keyed by field key
consentYestrue only when the person has agreed to: Happy for my details to go to relevant duct cleaning contractors, who'll quote me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so thoroughly. It discloses that submission is two-step, that providers see nothing until the person clicks the emailed link, and that consent requires reading a specific privacy statement. It also states what step 1 returns and what must be shown to the person.

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 dense but every sentence is load-bearing: the two-step protocol, the consent text, and the email-link condition are all necessary for correct invocation. It front-loads the most important caveat (not a purchase/quote) and keeps a logical order.

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 two-step tool with no output schema and no annotations, this is complete: it explains the flow, the user-interaction requirement (show summary, get agreement), the confirmation token, and the post-submission email-link gate. Nothing an agent needs to call it correctly is left unexplained. The only minor wrinkle is that confirmation is not marked required in the schema even though step 2 requires it, but the description resolves this.

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 input schema already covers 100% of parameters with descriptions, so the baseline is 3; the description adds conditional semantics — the confirmation token is only used in step 2, and answers must be keyed by enquiry_fields keys — which goes beyond the schema. It earns a 4.

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 states a specific verb and resource ('Submits an enquiry to Duct Cleaning Quotes') and explicitly disambiguates the action: 'NOT a purchase, NOT a guaranteed quote.' It does not rely on the tool name and is readily distinguishable from sibling tools like enquiry_describe and 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 Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit step-by-step conditions: call with answers and consent=true, then call again with confirmation token only if the person agrees. It also names enquiry_fields as the source of field keys and clarifies what the service is not (a purchase/quote). This is unusually actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • First observedenquiry_describe
    • First observedenquiry_fields
    • First observedsubmit_enquiry

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    MCP server that helps users identify which trade to call during home emergencies by analyzing natural-language problem descriptions and providing ranked matches with costs, sources, and dispatch lines.
    3
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for Pesties.au pest control booking (Gold Coast, Logan, South Brisbane, Australia). 7 tools including signed quote tokens and two-phase booking commit.
    MIT
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 clear, distinct role: enquiry_describe explains the submission process, enquiry_fields provides the schema, and submit_enquiry acts on submission. The descriptions are explicit enough that an agent should not confuse them.

Naming Consistency3/5

All names are snake_case and enquiry-themed, but the pattern is mixed: enquiry_describe and enquiry_fields are noun-first, while submit_enquiry is verb-first. This is readable but not a consistent verb_noun convention.

Tool Count5/5

Three tools is well-scoped for a single enquiry submission workflow: one for process orientation, one for field requirements, and one for the actual submission. Each tool earns its place.

Completeness5/5

The tools cover the full enquiry flow: understanding the process, retrieving field requirements, and submitting with the two-step confirmation. No update or delete operations are needed for this domain.

Resources