Skip to main content
Glama

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

submit_enquiry

Submits an enquiry to Malta Stamp Duty — 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 a relevant Maltese notary or tax adviser, 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 a relevant Maltese notary or tax adviser, 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.6/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and succeeds: it discloses the two-step validation and submission flow, the requirement to show the person the summary and consent line, the need for a confirmation token, and that a provider sees nothing until the person clicks an email link. It also explains the exact meaning of consent.

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 longer than average but every sentence earns its place, covering purpose, exclusions, a two-step procedure, and the quoted consent text. It is front-loaded with the core action and what it is not, and the steps are clearly labeled.

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 sensitive two-step tool with human providers and no output schema, this description is remarkably complete. It explains the full workflow, the consent gate, the confirmation token handoff, and the email-link privacy step, leaving no obvious gap that an agent needs to guess before calling it correctly.

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?

Schema coverage is 100% and already documents answers, consent, and confirmation. The description adds value by explaining how they interlock: answers are keyed by enquiry_fields, consent must be true, and confirmation is the Step 1 token reused in Step 2. This goes beyond the schema's isolated parameter 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 uses a specific verb and resource ('Submits an enquiry to Malta Stamp Duty') and immediately clarifies what it is not ('NOT a purchase, NOT a guaranteed quote'). This clearly distinguishes submit_enquiry from the sibling calculate and describe tools without needing to open schemas.

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 provides clear when-to-use guidance: it is for submitting an enquiry after gathering answers, in a two-step process with explicit conditions for Step 1 and Step 2. It also gives a when-not hint ('NOT a purchase, NOT a guaranteed quote'), though it does not explicitly name sibling alternatives like enquiry_describe.

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

The calculator tools and enquiry tools are cleanly separated by their domain prefixes, and within each pair the action/description/fields/submit roles are unambiguous. No two tools appear to do the same thing.

Naming Consistency3/5

Naming is readable but mixes styles: 'calculate' and 'submit_enquiry' use verb-first patterns, while 'calculator_describe', 'enquiry_describe', and 'enquiry_fields' are noun-first descriptors. The pattern is not fully uniform, but the domain prefixes keep it understandable.

Tool Count5/5

Five tools is appropriate for a focused calculator-and-enquiry server. Each tool serves a clear and necessary role without redundancy or bloat.

Completeness4/5

The tool set covers the full user journey: self-service calculation, calculator assumptions, enquiry explanation, field discovery, and two-step confirmed submission. Minor missing features like enquiry status/retrieval could be added, but nothing creates a dead end for the stated purpose.

Resources