Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Club Grants 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. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It clearly indicates this is an inspection/listing tool and describes the data it provides, but it does not explicitly state that it is read-only, side-effect-free, or what happens if no enquiry context exists. This is a moderate gap for an unannotated tool.

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?

A single dense, front-loaded sentence provides the full output contract and the integration point with submit_enquiry. There is no filler or redundant restatement of the title.

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 zero-parameter introspection tool with no output schema, the description is quite complete: it enumerates all returned attributes and explains how to use them with a sibling tool. The only notable omission is the exact structure of 'allowed options,' but this is a minor gap given the overall clarity.

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 baseline is 4. The description does not need to add parameter-level detail. It does add a useful semantic link by saying answers should be keyed by field key when calling 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 states exactly what the tool exposes—every field of the Club Grants enquiry—and lists the attributes included: key, label, type, required, help text, and allowed options. It also distinguishes itself from submit_enquiry by explaining that the field keys are used to pass answers. However, the operation is implicitly 'list/return' rather than stated with a strong verb.

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 final sentence gives clear usage context: agents should pass answers to submit_enquiry keyed by field key, implying this tool should be consulted before submitting. It does not explicitly mention when not to use it or compare it to siblings like enquiry_describe or checker_*.

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

The six tools split cleanly into two distinct workflows: the checker_* set for the decision guide and the enquiry_* plus submit_enquiry set for Club Grants enquiries. Each tool has a clear, non-overlapping role, and the descriptions reinforce the boundaries.

Naming Consistency4/5

The checker_* and enquiry_* prefixes create a predictable prefix-based pattern, and submit_enquiry is clear in meaning. However, submit_enquiry breaks the pattern by placing the verb first instead of following it with the prefix, making the naming slightly inconsistent.

Tool Count5/5

Six tools is well-scoped for the server's purpose: three tools cover the decision-guide workflow and three support the enquiry workflow. Each tool earns its place without redundancy or unnecessary expansion.

Completeness5/5

The decision-guide tools cover starting, progressing, and inspecting the full tree, so the workflow is fully traversable. The enquiry tools cover field discovery, process explanation, submission, validation, and confirmation, leaving no critical dead ends for the stated domain.

Resources