Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Bank Convert 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 of behavioral disclosure. It indicates the tool is a read-only inspection of enquiry fields and enumerates the returned content, but it does not mention response shape, option representation, ordering, or any potential side effects.

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 two sentences with no wasted words. It front-loads the core scope with 'Every field' and then provides a concise list of returned attributes plus a clear directive for downstream use.

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 metadata tool with no output schema, the description sufficiently explains what is returned and how to use the data with submit_enquiry. Minor omissions like the exact structure of allowed options and field ordering are acceptable given the tool's simplicity.

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, which sets the baseline at 4. The description adds no parameter-level detail, but none is needed; its reference to keying answers for submit_enquiry provides useful contextual framing rather than parameter documentation.

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 states the tool returns every field of the Bank Convert enquiry and enumerates the specific attributes: key, label, type, required status, help text, and allowed options. It is specific and informative, though it does not explicitly differentiate itself from the sibling enquiry_describe tool.

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 practical usage guidance by telling the agent to pass answers to submit_enquiry keyed by field key. This clearly connects the tool to a downstream workflow, but it does not explicitly state when to use this tool over enquiry_describe or the compare_* siblings.

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

B3.4/5.0
Disambiguation4/5

The compare_* tools separate criteria, option metadata, and the full option-by-criterion table, so an agent can choose the right level of detail. The enquiry_* tools are also distinct: describe explains the process, fields provides the schema, and submit_enquiry performs the submission. There is slight potential overlap because compare_table contains the data that the other two compare tools also expose, but the descriptions make the boundaries clear enough.

Naming Consistency3/5

All tool names use lowercase snake_case and the compare_* and enquiry_* prefixes provide some structure. However, the pattern is mixed: compare_criteria, compare_options, and compare_table are verb-first, while enquiry_describe and enquiry_fields are noun-first, and submit_enquiry is verb-first again. The names are readable but do not follow one predictable convention.

Tool Count5/5

Six tools is a well-scoped size for this server. Each tool serves a clear purpose within the comparison and enquiry workflows, and there is no sense of bloat or thinness.

Completeness5/5

The comparison surface is complete: criteria, option metadata, and the full comparison table are all available. The enquiry workflow is also complete, covering the process description, field schema, and a two-step consent-based submission with confirmation token.

Resources