Skip to main content
Glama

site

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

submit_enquiry

Submits an enquiry to Charter vs Own — 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 charter brokers or aircraft advisers, 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 charter brokers or aircraft advisers, 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.8/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 behavioral disclosure burden and does so thoroughly. It reveals the two-step validation-and-submit flow, the consent wording, the requirement to display the summary, and the email link requirement before providers see the enquiry. It also warns that this is not a purchase or guaranteed quote, which prevents false expectations.

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 longer than average but every sentence earns its place because the tool has a critical consent and two-step workflow. It is front-loaded with the key warning ('NOT a purchase, NOT a guaranteed quote') and organized into clear Step 1 and Step 2 instructions.

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 human-enquiry tool with no output schema and no annotations, the description is complete. It explains what step 1 returns, what to show the person, the exact consent line, what to pass in step 2, and what happens after submission. Nothing essential is left for the agent to guess.

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 schema coverage is 100%, the description adds critical semantic meaning beyond the schema: answers must be keyed by field keys from enquiry_fields, the confirmation token comes from step 1 after approval, and consent must equal the exact quoted consent line. This is exactly the workflow knowledge an agent needs to populate parameters correctly.

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 clear verb and resource: 'Submits an enquiry to Charter vs Own' and immediately distinguishes what it is not ('NOT a purchase, NOT a guaranteed quote'). This makes the tool's purpose unambiguous and separates it from purchase or quoting tools.

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 guidance: call once to validate and receive a summary/token, show the person the summary, and call again only if they agree. It also says the enquiry is not submitted until the confirmation token is provided and the email link is clicked, which clarifies when the tool should and should not be invoked. It does not explicitly name sibling alternatives, but the workflow guidance is strong enough to avoid misuse.

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

Each tool has a clear role: calculate runs the calculator, calculator_describe documents it, enquiry_describe explains the enquiry flow, enquiry_fields defines the form schema, and submit_enquiry submits it. There is no functional overlap between any two tools.

Naming Consistency3/5

Names are readable and follow snake_case, but the pattern is inconsistent: calculate is a bare verb, submit_enquiry is verb_noun, calculator_describe and enquiry_describe are noun_verb, and enquiry_fields is noun_noun. The mixed conventions are still understandable and semantically grouped.

Tool Count5/5

With only 5 tools, the server is tightly scoped to two features: a calculator and an enquiry submission flow. Each tool serves a distinct and necessary purpose, and none feel redundant or missing at this scale.

Completeness5/5

The calculator tool is paired with a description tool, and the enquiry flow is fully covered: process explanation, field definitions, and two-step submission with consent and confirmation tokens. There are no obvious dead ends or missing operations for the stated domain.

Resources