Skip to main content
Glama

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

submit_enquiry

Submits an enquiry to Lease Renewal 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 property solicitors, 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 relevant commercial property solicitors, 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

A4.4/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 burden. It discloses that this is not a purchase, not a guaranteed quote, explains the two-step flow, the exact consent requirement, the email link that must be clicked, and the condition that submission only happens after the token is provided. This is highly transparent about behavior.

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 lengthy but packed with necessary operational detail: the two-step process, the consent line, the email link, and what to show the user. It is not overly verbose given the complexity. The most critical information (purpose and two steps) is front-loaded, and each sentence earns its place.

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 tool has no output schema, so the description must explain what step 1 returns (summary, consent line, confirmation token) and what happens after step 2 (email with link, provider visibility). It also explains the consent requirement in full. This is complete for an agent to call the tool correctly.

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

Parameters3/5

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

Schema description coverage is 100%, so each parameter (answers, consent, confirmation) is already well described in the schema. The description adds contextual detail (e.g., answers keyed by field key, the confirmation token from step 1) but these mostly echo the schema. It does not go beyond what the schema already states, so baseline 3 is appropriate.

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 precise verb and resource ('Submits an enquiry to Lease Renewal Cost') and immediately clarifies what it is NOT (a purchase, a guaranteed quote). This distinguishes it from any purchase-like tools and is clearly separate from its siblings (enquiry_describe, enquiry_fields). The two-step nature is also front-loaded.

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: first call with answers and consent, get a confirmation token, then call again with the token only if the person agrees. It also specifies showing the summary and consent line to the user. It does not explicitly compare with sibling tools, but their purposes are obvious from names; the usage guidance for this tool is thorough.

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

Each tool has a clearly distinct role: one explains the process, one provides the schema, one handles submission. The descriptions reinforce the separation, including explicit guidance on which tool to call first.

Naming Consistency3/5

The naming is readable but not fully consistent: 'submit_enquiry' follows verb_noun, while 'enquiry_describe' reverses the order and 'enquiry_fields' is noun_noun. A more uniform pattern like describe_enquiry, get_enquiry_fields, submit_enquiry would improve consistency.

Tool Count5/5

Three tools is well-scoped for a single enquiry workflow: explain, define fields, submit. Each tool earns its place without redundancy or unnecessary surface area.

Completeness5/5

The surface fully covers the enquiry lifecycle: understanding the process, retrieving field definitions, and submitting with a two-step confirmation and consent handling. No obvious dead ends or missing operations for the stated purpose.

Resources