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 Final Pay Calculator NZ: 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.6/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 burden and handles it well: it disclaims purchases, orders, payments, and guaranteed quotes, states it is free, and discloses what information is returned. This gives the agent confidence that invoking this tool is informational rather than side-effectful.

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 compact, front-loaded with 'Read first', and uses plain language to pack meaningful behavioral caveats into three sentences. It loses a point because the title repeats the 'not a purchase / not guaranteed' point in the description, creating slight redundancy.

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 parameterless documentation/description tool with no output schema, the description is complete: it names the action being described, explains the real-world consequences (or lack thereof), and summarizes the returned content. There is no missing critical information an agent would need to decide whether to call it.

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 tool has zero parameters, so the schema is trivially complete and the description does not need to explain parameter meanings. The baseline for 0-parameter tools is 4, and the description appropriately focuses on the tool's purpose rather than irrelevant parameter details.

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 clearly identifies the tool as explicating submit_enquiry on Final Pay Calculator NZ, with a specific verb ('states plainly'), a specific resource ('what submit_enquiry does'), and a scope that distinguishes it from actually submitting. The title reinforces the contrast with a purchase or guaranteed quote, so an agent can immediately tell this is a description tool, not the action tool.

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?

'Read first' is a clear temporal usage instruction, and the description explicitly names submit_enquiry as the action it explains, implying this should be consulted before invoking that tool. It does not explicitly compare against calculator_describe or enquiry_fields, but the intended context is clear enough.

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 has a clearly distinct role: calculate runs the calculator, calculator_describe explains its inputs and assumptions, enquiry_describe explains the enquiry process, enquiry_fields provides the schema, and submit_enquiry handles the two-step submission. There is no meaningful overlap or ambiguity.

Naming Consistency3/5

Names are readable but follow mixed conventions: calculate is a bare verb, calculator_describe and enquiry_describe are noun-verb, enquiry_fields is noun-noun, and submit_enquiry is verb-noun. The pattern is not chaotic but it is not consistent.

Tool Count5/5

Five tools is well-scoped for a focused NZ final pay calculator and enquiry submission domain. Each tool serves a necessary part of the workflow without bloat or redundancy.

Completeness5/5

The tool surface covers calculator execution, calculator metadata, enquiry process explanation, field definitions, and the full two-step enquiry submission flow. There are no obvious dead ends or missing operations for the stated purpose.

Resources