Skip to main content
Glama

What you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)

enquiry_describe

Read first. States plainly what submit_enquiry does on Ski Transfer Quotes: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It clearly states that the enquiry flow involves nothing being bought, ordered, or paid, that no quote is guaranteed, and that it is free. It also says the tool 'returns' recipient details, consent wording, and confirmation process, making the informational, non-mutating nature reasonably clear. It could be more explicit that enquiry_describe itself performs no submission, but the framing and wording are sufficient.

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 compact and front-loaded with 'Read first.' Each sentence contributes distinct value: what the tool states, the key caveats, and the return content. There is no filler, repetition, or unnecessary detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Since there is no output schema, the description compensates by specifying the categories of returned information: who receives the details, the consent wording, and how confirmation happens. It also gives enough domain context to interpret the enquiry flow. It does not provide an exact sample or mention enquiry_fields, but for a zero-parameter informational tool this is adequate.

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?

The input schema is empty, so there are no parameter semantics to clarify; the baseline of 4 applies. The description correctly adds no parameter details because none are needed. It does not invent parameters that do not exist.

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 explicitly states what the tool does: 'States plainly what submit_enquiry does on Ski Transfer Quotes' and details the scope (human providers, no purchase, no guaranteed quote). It also lists what the tool returns, making it much more than a label or tautology. It is clearly distinct from the siblings because it describes rather than submits or collects fields.

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 instruction 'Read first' gives an explicit placement cue: use this before submit_enquiry. It also clarifies the context and expectations of an enquiry, which helps an agent decide when to surface this information. However, it does not mention the sibling enquiry_fields or state when not to use this tool, so it stops short of full exclusion guidance.

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

enquiry_describe explains the process, enquiry_fields provides the schema, and submit_enquiry performs the submission. There is no semantic overlap between these three concerns.

Naming Consistency3/5

Two tools share an 'enquiry_' prefix, but submit_enquiry breaks the pattern by leading with the verb. The names are readable and consistent in snake_case, but the convention is mixed rather than uniform.

Tool Count5/5

Three tools is exactly right for an enquiry-submission flow: one for explanation, one for schema, one for submission. Every tool has a distinct role and no tool feels redundant.

Completeness5/5

The set covers the full lifecycle needed: orienting the user, discovering fields, and submitting with consent and confirmation. There are no obvious dead ends, since submit_enquiry handles both validation and final confirmation.

Resources