Skip to main content
Glama

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

submit_enquiry

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."

Input Schema

TableJSON 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

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

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.

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