Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Incorporate Where 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 provided, the description carries the full burden. It discloses what data is returned and notes that allowed options are included 'where there are any', which is a useful nuance. However, it does not explicitly state that the tool is read-only, nor describe the response structure (e.g., array vs object) or any potential errors.

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 with no wasted content. The first sentence comprehensively lists what is returned; the second gives actionable next-step guidance. The most important information is front-loaded.

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, no-output-schema tool, this description is quite complete. It explains the content of the response and how to use the returned keys. Minor gaps include the exact response format (JSON object vs array) and lack of an explicit read-only guarantee, but these are not critical for this simple tool.

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 parameter semantics is 4. The description does not need to explain parameter meanings since there are none. It does explain the field keys that will be used as answer keys for submit_enquiry, which is related but not about tool parameters.

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 Incorporate Where enquiry') and enumerates the type of data returned (key, label, type, required, help text, allowed options). It lacks an explicit verb like 'list' or 'get', but the meaning is unambiguous. It indirectly distinguishes from siblings by linking to submit_enquiry, though it does not mention enquiry_describe.

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 second sentence gives explicit guidance: 'Pass answers to submit_enquiry keyed by field key.' This clearly tells the agent how to use the output of this tool in conjunction with a sibling tool. It does not state when not to use it or compare with enquiry_describe, but the context is clear enough.

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 serves a clearly distinct purpose: checker_start begins the guide, checker_answer advances it interactively, and checker_tree provides the full structure for end-to-end reasoning. The enquiry_* tools are similarly distinct: describe explains the process, fields provides the schema, and submit_enquiry performs the two-step submission. There is no meaningful overlap between any tools.

Naming Consistency4/5

The tools are grouped under identifiable prefixes: checker_* for the decision guide and enquiry_* for the enquiry workflow. The main deviation is submit_enquiry, which uses verb-first naming rather than the enquiry_ prefix pattern, and there is some mixing of noun and verb suffixes. Overall the pattern is still readable and predictable with only minor inconsistencies.

Tool Count5/5

Six tools is well-scoped for this server's two related purposes: navigating the incorporation shortlist guide and submitting an enquiry. Each tool has a clear, non-redundant role, and the count is appropriate without feeling thin or bloated.

Completeness5/5

The guide surface is complete: checker_start, checker_answer, and checker_tree cover starting, progressing through, and reasoning about the full decision tree. The enquiry surface is also complete: describe explains the process, fields provides the input schema, and submit_enquiry handles both validation and confirmed submission. No obvious dead ends or missing operations are apparent.

Resources