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 Long Service Leave Calculator: 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.2/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It does describe the informational output ('returns who receives the details, the consent wording, and how the person confirms'), but it never explicitly states that calling this tool has no side effects or does not itself submit an enquiry. The bulk of the text describes submit_enquiry's behavior, creating mild ambiguity about the describe tool's own behavior.

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?

Two sentences with no filler: 'Read first' front-loads the usage warning, the middle sentence states the core purpose, and the final sentence summarizes the return value. Every clause earns its place.

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?

For a parameterless, annotation-less describe tool, the description covers what it does, what it returns, and when to read it. It is nearly complete, but an explicit 'this tool does not submit anything' would fully remove the potential confusion with submit_enquiry.

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 has zero properties, so there are no parameters to document; the 0-parameter baseline of 4 applies. The description adds no parameter information, which is appropriate here.

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 identifies a specific verb ('States plainly') and resource ('what submit_enquiry does on Long Service Leave Calculator'), and makes the tool's informational role clear against siblings like submit_enquiry. The title and phrase 'Read first' reinforce that this is a pre-submission explainer, not the action itself.

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 opening 'Read first' is a direct usage cue: call this before acting on submit_enquiry. It names the tool it explains, giving clear context, though it does not explicitly list when-not-to-use alternatives such as calculator_describe or enquiry_fields.

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

A3.9/5.0
Disambiguation5/5

Each tool targets a distinct concern: running the calculator, describing the calculator, describing the enquiry process, listing enquiry fields, and submitting an enquiry. The two 'describe' tools are clearly separated by their object, and submit_enquiry has an explicit two-step protocol.

Naming Consistency2/5

Names are not consistently action-first: 'calculate' and 'submit_enquiry' are verb-led, while 'calculator_describe' and 'enquiry_describe' are noun-led, and 'enquiry_fields' is noun-noun. This mixed ordering makes the naming feel inconsistent even though each term is individually readable.

Tool Count5/5

Five tools is well-scoped for a focused calculator-plus-enquiry site: two tools cover the calculator and three cover the enquiry workflow. There is no bloat, and each tool has a clear job.

Completeness5/5

The surface covers the full user journey: understand the calculator, run it, understand the enquiry process, inspect required fields, and submit with consent and confirmation. There are no obvious dead ends or missing lifecycle steps for this domain.

Resources