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 Contractor Pay 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.7/5.0
Behavior5/5

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

With no annotations to carry the safety profile, the description fully discloses the tool's behavior: nothing is bought, ordered, or paid; no quote is guaranteed; it is free; and it returns who receives the details, the consent wording, and how the person confirms. This goes well beyond what the empty schema or title alone could convey.

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?

Three short sentences are front-loaded with the most important instruction ('Read first') and then state the core behavior, the non-purchase guarantee, and the returned information. Every clause earns its place without jargon or padding.

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 zero-parameter, no-output-schema describe tool, the description is self-sufficient: it clarifies what this tool is for, what it is not (a purchase/quote), and what information it returns. An agent can decide to call it before submit_enquiry without any missing context.

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 parameters and 100% coverage by definition, so there is nothing for the description to clarify. The baseline of 4 for parameterless tools applies, and the description appropriately focuses on behavior and return content instead of inputs.

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 names a specific verb ('states plainly'), the subject ('what submit_enquiry does on Contractor Pay Calculator'), and the scope (an enquiry with human providers who quote directly). It clearly separates this descriptive tool from the actual submit_enquiry sibling by framing itself as a read-first explanation rather than the action.

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 an explicit placement cue telling the agent to consult this tool before using submit_enquiry, and the description makes it obvious this is the explanatory counterpart to that action. It doesn't explicitly rule out alternatives such as enquiry_fields or calculator_describe, but the context is clear enough for a zero-parameter description tool.

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 distinct role: calculate runs the calculator, calculator_describe documents it, while enquiry_describe explains the enquiry flow, enquiry_fields provides the schema, and submit_enquiry performs the submission. There is no meaningful overlap or ambiguity between them.

Naming Consistency4/5

Names are readable and mostly follow a noun-oriented pattern for descriptive tools (calculator_describe, enquiry_describe, enquiry_fields) with action verbs for operations (calculate, submit_enquiry). The main inconsistency is that calculate is a bare verb while calculator_describe reverses the verb-noun order, but this is minor and not confusing.

Tool Count5/5

Five tools is well-scoped for this server's purpose: two calculator-related tools and three enquiry-related tools. Each tool has a clear place and none feel redundant or missing.

Completeness5/5

The surface fully covers the calculator and enquiry workflow: the calculator can be executed and its assumptions inspected, and the enquiry flow includes process documentation, field schema, and a validated two-step submission with consent. No obvious dead ends or missing operations are apparent.

Resources