Skip to main content
Glama

site

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

submit_enquiry

Submits an enquiry to Which Field Service — 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 field service software suppliers and implementation partners, who'll contact 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 field service software suppliers and implementation partners, who'll contact 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

A5/5.0
Behavior5/5

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

No annotations are provided, so the description carries the full behavioral burden. It does this well by disclosing that the first call does not submit, that a confirmation token is required for the real submission, that an email with a click-link is sent, and that providers only see the enquiry after that click. It also discloses the exact consent wording and that this is not a purchase or 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?

The description is long but every clause carries necessary operational information. It front-loads the core purpose and non-purchase disclaimer, then organizes the two steps explicitly. The length is justified by the tool's genuine procedural 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?

There is no output schema, so the description correctly explains the step-1 return values (summary, consent line, confirmation token) and the final outcome (submission, email, link click, provider visibility). It also references enquiry_fields for answer keys, completing the contextual picture for an agent using the tool.

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?

Schema coverage is 100%, and the description goes further: it explains that answers must be keyed by field key from enquiry_fields, that consent is only true when the person agrees to the exact consent text, and that the confirmation token comes from step 1 and enables the final submission. This meaningfully enriches the schema definitions.

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?

Describes a specific action — submitting an enquiry — and clearly distinguishes it from a purchase or guaranteed quote. The title and description together make it obvious this is not one of the comparison tools or the enquiry_fields descriptive tool.

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 invocation sequence: step 1 validates and returns a token, step 2 submits only after person agrees and the token is supplied. It also states the condition for proceeding ('only if the person agrees') and notes the email-link requirement, so the agent knows when and how to call the tool.

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

A3.5/5.0
Disambiguation5/5

Each tool has a clearly distinct role: criteria are the dimensions, options are the products, and table is the full cross-product view. The enquiry tools are also cleanly separated into process explanation, field schema, and submission action.

Naming Consistency3/5

The compare_* tools follow a consistent verb_noun pattern, but the enquiry group mixes conventions: enquiry_describe and enquiry_fields are noun-first while submit_enquiry is verb-first. This is readable but not fully predictable.

Tool Count5/5

Six tools is well-scoped for a comparison-and-enquiry site: three for browsing the comparison data and three for the enquiry flow. Nothing feels redundant or out of place.

Completeness5/5

The comparison side covers criteria, options, and the full matrix, while the enquiry side covers explanation, fields, and two-step submission with consent. There are no obvious dead ends or missing operations for the stated purpose.

Resources