Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Payroll Services Quotes enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden, and it does disclose the payload shape (key, label, type, required flag, help text, allowed options) in the absence of an output schema. It also reveals the behavioral contract that answers are keyed by field key. It does not mention permissions, caching, or stability of the field set, but for a zero-parameter metadata read that is a minor gap.

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, no filler, with the resource definition front-loaded and the downstream usage constraint placed second. 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?

With no output schema, the description usefully enumerates the returned fields and explains how the result feeds submit_enquiry, which is what an agent needs to complete the enquiry workflow. It is nearly complete; the only missing piece is how it relates to enquiry_describe if both exist.

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 takes zero parameters, so the baseline is 4. The description correctly implies there is nothing to supply and instead explains how the returned keys are consumed downstream by submit_enquiry.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names the specific resource ('Every field of the Payroll Services Quotes enquiry') and enumerates exactly what each field record contains (key, label, type, required, help text, options), so an agent knows it is a metadata/schema-listing tool. The title reinforces this. It falls short of a 5 because there is no verb ('returns'/'lists') and no explicit differentiation from the sibling enquiry_describe, which an agent must guess at.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied rather than stated: 'Pass answers to submit_enquiry keyed by field key' tells the agent this tool is the prerequisite step for submit_enquiry, which is real workflow guidance. However, there is no explicit when-to-use versus enquiry_describe, no exclusions, and no statement that this is a pure read step to call before answering.

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.

Resources