Skip to main content
Glama

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

submit_enquiry

Submits an enquiry to Heritage Statement 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 heritage consultants, who'll send me fee proposals 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 heritage consultants, who'll send me fee proposals 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 it does so thoroughly. It discloses that this is not a purchase or guaranteed quote, that consent has a specific agreed meaning, that the first call only validates, that the second call actually submits, and that the person must click an emailed link before providers see the enquiry.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured and front-loaded with the critical 'not a purchase' caveat, then lays out Step 1 and Step 2 in a logical sequence. It is fairly long but every sentence carries necessary workflow information; minor redundancy with the title and the consent line repeated from the schema keeps it from a perfect score.

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 complex two-step tool with no annotations and no output schema, the description is unusually complete. It explains the two-call protocol, what Step 1 returns, when Step 2 is appropriate, the exact consent wording, and the email-link requirement. An agent has enough context to invoke the tool correctly without further clarification.

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 the schema already documents all parameters, the description adds crucial operational meaning: answers must be keyed by field keys from enquiry_fields, consent=true is the required state, and confirmation is the token returned from step 1 after approval. This goes well beyond the raw 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?

The description states a specific verb and resource: 'Submits an enquiry to Heritage Statement Cost' and immediately clarifies what it is NOT ('NOT a purchase, NOT a guaranteed quote'). This distinguishes it cleanly from the sibling tools enquiry_describe and enquiry_fields, which are clearly informational rather than submission-oriented.

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 an explicit two-step protocol: Step 1 validates and returns a summary and confirmation token; Step 2 must only be called after the person agrees, using the token. It also tells the agent to use answers keyed by field key from enquiry_fields, giving concrete routing guidance and prerequisites.

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

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

Naming Consistency5/5

All tools follow a consistent 'enquiry_' prefix with a descriptive verb or noun suffix: describe, fields, submit. The naming pattern is uniform and predictable.

Tool Count5/5

Three tools is exactly right for this narrow single-purpose server: documentation, schema, and submission. No redundant or missing tools exist for the stated scope.

Completeness5/5

The set covers the full enquiry workflow: understanding the process, retrieving the required fields, and submitting with a two-step confirmation. There are no obvious dead ends or gaps for what the server promises.

Resources