Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Venue Capacity Check 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.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It clearly enumerates the returned content but does not state whether this is a read-only metadata lookup, how results are structured, or whether any side effects exist. The submit_enquiry pointer is helpful but relates to another tool's 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?

The description is a single, well-structured sentence that front-loads the resource name, lists the exact data attributes, and ends with a practical cross-reference to submit_enquiry. Every clause earns its place with no filler.

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?

As a simple, parameterless metadata tool with no output schema and no annotations, the description provides the essential return-value information: field key, label, type, required status, help text, and allowed options. It also gives one integration hint. It does not specify the response format (e.g., array or object), but for this simplicity that is a minor gap.

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 for this dimension is 4. The description adds useful semantic context by explaining that returned field keys are the same keys used when submitting answers to submit_enquiry, which helps an agent connect this tool's output to a sibling tool's input.

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 clearly identifies the resource: every field of the Venue Capacity Check enquiry, and enumerates what is included (key, label, type, required, help text, options). It does not use an explicit verb like 'list' or 'retrieve', and the sibling 'enquiry_describe' could overlap in purpose, so it falls short of a 5.

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?

The description implies that this tool is useful before submitting answers by saying 'Pass answers to submit_enquiry keyed by field key.' However, it does not explicitly state when to use this tool versus alternatives such as enquiry_describe or the checker_* tools, and gives no exclusions.

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

Each tool has a distinct role: checker_start/answer/tree handle different aspects of the decision guide, and enquiry_describe/fields/submit handle separate parts of the enquiry flow. There is no meaningful overlap or risk of selecting the wrong tool for the intended action.

Naming Consistency4/5

Most tools follow a clear snake_case pattern with domain prefixes like checker_ and enquiry_. The main deviation is submit_enquiry reversing the prefix pattern, and the second word is sometimes a noun and sometimes a verb, but the naming remains readable and predictable overall.

Tool Count5/5

Six tools is well-scoped for this server's purpose: three for the decision guide and three for the enquiry submission flow. Every tool has a clear purpose and none feel redundant.

Completeness5/5

The tool set covers the full intended user journey: navigating the checker from start through answers to verdict, obtaining the full question tree for reasoning, understanding the enquiry process, retrieving field schemas, and submitting an enquiry with confirmation. No critical step is missing.

Resources