Skip to main content
Glama

Server Details

Commercial Heat Pump Cost: 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 Commercial Heat Pump 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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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 behavioral burden. It discloses that no purchase, order, or payment occurs, that no quote is guaranteed, that it is free, and that it returns specific consent and confirmation details. While it doesn't explicitly state that the tool itself performs no side effects, the 'Read first' framing and the focus on describing submit_enquiry imply a non-mutating informational 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?

Three sentences deliver the core message efficiently, with 'Read first' front-loaded as an immediate instruction. There is minor redundancy with the title (which already says 'not a purchase, not a guaranteed quote'), but the description remains tight and purposeful.

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 zero-parameter tool with no output schema, the description is complete enough: it states what the tool does, what it returns, and the non-committal nature of the enquiry. It doesn't describe an output structure, but that is unnecessary for a descriptive tool. It could mention the sibling enquiry_fields more explicitly, but that is not a significant 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 coverage is 100%, so there is nothing for the description to add about parameters. The baseline for 0-parameter tools is 4, and no parameter-related gap exists.

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 this tool's role: it 'States plainly what submit_enquiry does' and returns the consent wording, recipient details, and confirmation flow. It is explicitly differentiated from submit_enquiry, which performs the actual submission, and from enquiry_fields by focusing on explaining the enquiry process rather than collecting 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' gives a clear contextual signal that this tool should be used before submit_enquiry. It does not explicitly mention when not to use it or compare it with enquiry_fields, but the 'Read first' instruction and the description's focus on explanation provide adequate usage context.

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 Commercial Heat Pump Cost 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

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses what the tool exposes and, by directing submission to submit_enquiry, indicates this tool is a metadata lookup rather than the submission action itself. It stops short of explicitly stating read-only behavior or response container format, but for a no-parameter field retrieval tool this is solid disclosure.

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?

Two sentences with no filler: the first states the resource and required detail fields, the second gives the integration instruction. The most important information is front-loaded and every word 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 no-input tool without an output schema, the description tells the agent what will be returned and how to use it for submission. The main gap is the unaddressed sibling enquiry_describe, which leaves some ambiguity about when to choose one over the other, but the definition is otherwise sufficient.

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 is empty, so there are no parameters to document and the zero-parameter baseline applies. The description adds related value by noting that answers should be keyed by the field keys, which clarifies how the tool's output will be consumed by submit_enquiry.

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 names the specific resource ('Commercial Heat Pump Cost enquiry') and enumerates exactly what is exposed: key, label, type, required, help text, and allowed options. It lacks an explicit verb like 'returns' or 'lists', and it does not contrast with the sibling enquiry_describe, but the content makes the tool's role clear.

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?

It provides a direct usage instruction: 'Pass answers to submit_enquiry keyed by field key,' which tells the agent how to connect this tool's output to the submission flow. However, it does not discuss when to prefer this over enquiry_describe or provide any exclusion criteria.

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 Commercial Heat Pump Cost — 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 commercial heat pump installers, 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 commercial heat pump installers, 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?

There are no annotations, so the description carries the full burden. It discloses validation behavior, the step-1 return values, the email-with-link side effect, and the condition that providers only see the enquiry after the link is clicked. This gives the agent accurate expectations for a stateful multi-step operation.

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 front-loaded with the core action and caveats, then organized into clear Step 1 and Step 2 instructions. Every sentence contributes necessary workflow, consent, or side-effect information, with no filler or 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 two-step consent-based submission tool with no output schema, the description is complete: it explains what step 1 returns, what must happen before step 2, what step 2 does, and what the person receives afterward. The agent has enough information to run the workflow 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?

Schema coverage is 100%, so the baseline is 3, but the description adds real value: answers are keyed by field key from enquiry_fields, consent must be true and means the exact quoted consent line, and confirmation is the token from step 1 used only after the person approves. This is more than the schema alone provides.

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 the specific verb and resource: 'Submits an enquiry to Commercial Heat Pump Cost'. It also draws an important boundary with 'NOT a purchase, NOT a guaranteed quote', and the two-step flow distinguishes it from the enquiry_describe and enquiry_fields siblings.

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?

The description gives an explicit two-step invocation sequence with conditions: call first with answers and consent, then call again only if the person agrees, using the confirmation token. It also references enquiry_fields for keying answers, and states when this tool is not appropriate.

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

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 purpose: enquiry_describe explains the process, enquiry_fields gives the schema, and submit_enquiry performs the two-step submission. There is no overlap that would confuse an agent.

Naming Consistency3/5

All names are snake_case and share the enquiry token, but the ordering is mixed: enquiry_describe and enquiry_fields are noun-first, while submit_enquiry is verb-first. The set is readable, but the pattern is not consistently applied.

Tool Count5/5

Three tools is well-scoped for a single-purpose enquiry submission flow. Each tool has a clear role in the workflow with no redundancy.

Completeness5/5

The set covers the full flow: read what the enquiry does, inspect all fields, then submit with consent and confirmation. There are no obvious dead ends or missing operations for the stated purpose.

Resources