Skip to main content
Glama

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

submit_enquiry

Submits an enquiry to Industrial 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 industrial cleaning contractors, who'll quote the work 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 industrial cleaning contractors, who'll quote the work 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.8/5.0
Behavior5/5

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

With no annotations provided, the description bears the full burden of behavioral disclosure. It excels by revealing that this is not a purchase or guaranteed quote, defining consent with the exact text, and disclosing that the enquiry reaches providers only after the person clicks the email link. It also describes step-1 validation and the token hand-off, which are non-obvious behaviors.

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 long but every sentence earns its place. It front-loads the core purpose and then structures the two steps clearly. The quoted consent text removes any ambiguity, and the flow is easy to follow despite the complexity.

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, human-in-the-loop submission with no output schema, the description is complete. It covers inputs, expected returns (summary, consent line, confirmation token), the user-consent gate, and the email-click requirement. An agent has everything needed to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although schema coverage is 100%, the description adds crucial semantics: answers must be keyed by field keys from enquiry_fields, consent means the person has agreed to the exact quoted line, and confirmation is the token produced in step 1. This goes well beyond the schema's structural descriptions.

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 the specific action: submits an enquiry to Industrial Cleaning Quotes. It explicitly distinguishes this from a purchase and a guaranteed quote, and the title reinforces the two-step nature. This clearly separates it from the sibling tools, which are about describing enquiries and fetching field definitions.

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 description gives explicit step-by-step usage: call with answers and consent=true, then conditionally call again with the confirmation token. It also references enquiry_fields for answer keys, which orients the agent to the correct companion tool. It does not explicitly name alternatives, but the workflow context is unambiguous.

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

Each tool has a clearly distinct role: one explains the service, one provides the field schema, and one performs the submission. There is no meaningful overlap or ambiguity between them.

Naming Consistency3/5

The names are readable and thematically related, but they do not follow a single pattern: 'enquiry_describe' and 'enquiry_fields' are noun-prefixed while 'submit_enquiry' is verb-prefixed. This mix is understandable but not fully consistent.

Tool Count5/5

Three tools is well-scoped for a simple enquiry submission flow. Each tool serves a necessary purpose: orientation, schema discovery, and submission.

Completeness5/5

The tool set fully covers the enquiry lifecycle as described: understanding the service, retrieving the required fields, and submitting with confirmation. No obvious dead ends or missing operations for the stated domain.

Resources