Skip to main content
Glama

Server Details

Commercial Kitchen 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 Kitchen 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.5/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 and does well: it states that nothing is bought, ordered, or paid, that no quote is guaranteed, that the process is free, and that the tool returns recipient details, consent wording, and confirmation behavior. It stops slightly short of explicitly saying that calling enquiry_describe itself has no side effects, though 'Read first' and the descriptive verb make that clear enough.

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 'Read first,' immediately telling the agent how to use it. Every sentence adds value: it states what the tool explains, clarifies the non-committal nature of the submission, and lists the returned information. No filler or unnecessary detail.

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-input, no-output-schema documentation tool, this description is complete. It tells the agent what the tool is for, what important caveats to surface, and exactly what information the call returns. Nothing needed to safely invoke or interpret the result is missing.

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 already covers the input completely, so the description has no parameter burden. The baseline of 4 applies because with no parameters there is nothing the description needs to compensate for.

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 names a specific verb ('States') and resource ('what submit_enquiry does on Commercial Kitchen Cost'), making it clear this is an explanatory/read-first tool rather than the actual submission action. It distinguishes itself from the sibling submit_enquiry by explicitly discussing that tool and from enquiry_fields by focusing on behavior rather than 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?

'Read first' clearly tells the agent to consume this description before invoking submit_enquiry, and it names the underlying action it explains. It does not explicitly enumerate when to use enquiry_fields versus this tool, but for a read-first explainer the usage context is strongly implied.

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 Kitchen 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

A3.9/5.0
Behavior3/5

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

No annotations are present, so the description carries the full burden. It discloses what data is exposed and how it should be used, but it never explicitly states that invoking this tool is a read-only, side-effect-free lookup; that is left to inference from the field-metadata framing.

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 tightly written sentences cover both the output content and the downstream usage. The core statement about every field is front-loaded, and no filler or redundant schema repetition is present.

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 tool with no output schema, the description enumerates the returned field attributes and links them to the sibling submission flow. It is complete enough for a simple metadata lookup, though an explicit statement of the output shape or read-only nature would make it fully unambiguous.

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 has zero parameters, so there is no parameter ambiguity; the baseline for this case is 4. The description adds useful semantic context by explaining that field keys from this tool are the identifiers to use when calling 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 clearly states that this tool exposes every field of the Commercial Kitchen Cost enquiry, along with key, label, type, required flag, help text, and allowed options. It does not use an explicit verb like 'returns' and does not distinguish itself from the sibling enquiry_describe, so it falls just short of a 5.

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 to pass answers to submit_enquiry keyed by field key gives clear downstream context for when this tool's output is needed. It does not explicitly name alternatives or exclusion conditions, but the context is clear enough for an agent to know this is a prerequisite for building a submission.

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 Kitchen 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 relevant commercial kitchen fit-out firms, 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 commercial kitchen fit-out firms, 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 the two-step validation flow, the exact consent wording, the fact that an email with a clickable link is sent, and that providers only see the enquiry after the person clicks the link. It also warns that submission is not a purchase and not a guaranteed quote.

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?

Though the description is long, every sentence contributes essential operational or safety information. The opening sentence front-loads the core purpose and exclusions, and the step-by-step flow is clear and sequential. The detail is justified given the two-step consent process and email verification step.

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?

The description fully covers the tool's behavior, the required parameters, the two-step sequence, consent requirements, and the post-submission email flow. Since no output schema exists, the description appropriately explains what step 1 returns: a summary, consent line, and confirmation token. Nothing necessary for correct invocation is missing.

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 schema already describes each parameter with 100% coverage, so the baseline is 3. The description adds value by explaining that answers must be keyed by field key from enquiry_fields, that confirmation is the token returned in step 1, and that consent must reflect the specific consent text. This meaningfully supplements the schema rather than merely repeating it.

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 explicitly states the tool 'Submits an enquiry to Commercial Kitchen Cost' and immediately clarifies it is 'NOT a purchase, NOT a guaranteed quote.' This gives a specific verb, resource, and scope, and clearly differentiates the tool from a purchase action. The sibling tools are about describing and fields, so this submission tool is unambiguous.

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 provides a precise two-step protocol: call first with answers and consent=true to receive a summary and confirmation token, then call again only if the person agrees, including the token. It also references enquiry_fields for answer keys, giving the agent concrete guidance on where supporting information comes from. This is explicit, actionable usage guidance.

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

Each tool has a distinct, non-overlapping role: one explains the overall process, one describes the field schema, and one performs the validated two-step submission. Even the two informational tools are clearly separated by purpose.

Naming Consistency3/5

All names use snake_case and the enquiry prefix, but word order is inconsistent: enquiry_describe and enquiry_fields are noun-first while submit_enquiry is verb-first. This is readable but not a clean verb_noun convention.

Tool Count5/5

With only three tools, the set is tightly scoped to the single enquiry submission workflow. Each tool earns its place and there is no bloat.

Completeness5/5

The tools cover the full enquiry flow: orientation, required schema, then two-step consent/confirm submission. No obvious dead ends or missing operations within the stated purpose.

Resources