Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Answering Service Compare 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

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of explaining what the tool does. It discloses the exact categories of information returned and implies a read-only, metadata-retrieval behavior. It does not explicitly state 'no side effects', but nothing suggests mutation and the downstream instruction is consistent with a safe listing operation.

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 concise sentences, front-loaded with the core purpose and followed by a practical usage note. Every sentence earns its place, and there is no redundant or filler content.

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 no-parameter, no-output-schema tool, the description is complete: it explains what data will be in the response and how to use that data in the related workflow. An agent can confidently invoke this tool and interpret its result.

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 adds useful meaning by explaining that the returned field keys are intended to be used as answer keys for submit_enquiry, which is more than the empty schema provides.

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 states precisely what the tool provides: every field of the Answering Service Compare enquiry, including key, label, type, required status, help text, and options. This clearly distinguishes it from the sibling tools that compare or submit, and it also explains the relationship to submit_enquiry.

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 description gives concrete usage guidance by telling the agent to pass answers to submit_enquiry keyed by the field keys returned here. It does not explicitly list when not to use this tool or compare it to enquiry_describe, but the intended workflow is clear.

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 purpose: compare_criteria, compare_options, and compare_table cover different aspects of the comparison data, while enquiry_describe, enquiry_fields, and submit_enquiry handle the enquiry process. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: compare_* for comparison-related tools and enquiry_* for enquiry-related tools. The naming is predictable and uniform throughout.

Tool Count5/5

With 6 tools, the server is well-scoped for its purpose of providing comparison data and enabling enquiries. Each tool earns its place, and the count feels appropriate without being sparse or overloaded.

Completeness5/5

The tool set covers the full lifecycle: users can retrieve the comparison criteria, options, and full table, then understand the enquiry process, get required fields, and submit an enquiry with consent. No obvious gaps exist for the server's stated domain.

Resources