Skip to main content
Glama

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

submit_enquiry

Submits an enquiry to PRO Services Prices — 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 UAE PRO service providers, 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 UAE PRO service providers, 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 given, the description carries the full burden of behavioral disclosure. It explains that step 1 only validates and returns a summary/token, step 2 actually submits and triggers an email, and providers see the enquiry only after the person clicks the emailed link. It also defines consent with the exact wording.

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 dense paragraph but is logically organized by Step 1/Step 2 and front-loads the purpose before the procedure. Every sentence carries necessary information about workflow, consent, or side effects; no filler is present.

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, the description fully explains inputs, outputs of each step, the consent requirement, and the downstream email-link behavior. An agent has everything needed to call step 1, relay the summary, and conditionally execute step 2.

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 covers all three parameters (100% coverage), so the baseline is 3. The description adds step-specific meaning beyond the schema: answers are keyed from enquiry_fields, consent must be true in both calls, and confirmation is the token returned in step 1 that enables step 2.

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?

States a specific verb and resource ('Submits an enquiry to PRO Services Prices') and immediately clarifies what it is not ('NOT a purchase, NOT a guaranteed quote'). The title reinforces 'two steps; not a purchase,' and the reference to 'enquiry_fields' positions it relative to sibling tools. An agent can tell exactly what action this performs.

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 an explicit two-step workflow: first call with answers and consent=true to get a token, then call again with the same answers, consent, and token only if the person agrees. It also states exclusions ('NOT a purchase, NOT a guaranteed quote') and points to enquiry_fields for the answer keys.

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 distinct role: enquiry_describe explains the process, enquiry_fields provides the schema, and submit_enquiry performs the submission. There is no overlap or ambiguity between them.

Naming Consistency3/5

All names share the 'enquiry' theme and use snake_case, but the pattern is mixed: two are noun-first (enquiry_describe, enquiry_fields) while one is verb-first (submit_enquiry). This is readable but not a consistent verb_noun convention.

Tool Count5/5

Three tools is well-scoped for a focused enquiry submission workflow. Each tool serves a necessary step with no redundancy.

Completeness5/5

The set covers the full flow: understanding what the enquiry is, retrieving the required fields, and submitting with confirmation. No essential operation appears to be missing for this narrow domain.

Resources