Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Golden Visa Calculator 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.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden of disclosing behavior. It discloses that the tool returns the full set of enquiry fields and their metadata, and implies a read-only listing behavior. It does not explicitly state side effects or lack thereof, but nothing in the description suggests mutation, and the focus on field metadata makes the behavior reasonably transparent.

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 filler. The core output content is front-loaded in the first sentence, and the practical usage note follows immediately. Every clause earns its place.

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?

Given no annotations, no output schema, and zero parameters, the description provides the essential context: what is returned and how to use it. It could go slightly further by explicitly stating the return shape (e.g., a list/array of field definitions), but the current wording is sufficient for an agent to call the tool and interpret results.

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 no parameters, so the empty input schema is fully covered. The description adds helpful context by explaining how the returned field keys relate to submit_enquiry, which is useful even though there are no parameters to document.

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 clearly identifies the resource ('every field of the Golden Visa Calculator enquiry') and enumerates the specific attributes returned: key, label, type, required flag, help text, and allowed options. This is more specific than the title alone and distinguishes it from submit_enquiry by telling the caller to use the keys for submission.

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 clear context by stating that field keys returned here should be used to pass answers to submit_enquiry. It does not explicitly explain when not to use this tool versus calculator_describe or enquiry_describe, but the purpose is specific enough that the intended workflow is evident.

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 has a clearly distinct role: calculate performs the cost calculation, calculator_describe explains the calculator, enquiry_describe explains the enquiry flow, enquiry_fields provides the form schema, and submit_enquiry handles submission. There is no meaningful overlap or ambiguity between them.

Naming Consistency2/5

The naming conventions are inconsistent: 'calculate' and 'submit_enquiry' are verb-first, while 'calculator_describe', 'enquiry_describe', and 'enquiry_fields' are noun-first or noun-only. The names are readable, but they do not follow a predictable verb_noun pattern.

Tool Count5/5

Five tools is well-scoped for this server's purpose: two calculator tools, two enquiry-description tools, and one submission tool. Each tool earns its place, and there is no bloat or excessive granularity.

Completeness5/5

The tool set covers the full user journey: understanding the calculator, running it, understanding the enquiry process, getting the required fields, and submitting an enquiry. The two-step consent flow is properly supported by submit_enquiry's token mechanism, so there are no obvious dead ends.

Resources