site
Server Details
Retirement Visa Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolscalculateRetirement visa threshold calculatorCInspect
Run the Retirement visa threshold calculator calculator: Currency of the published figures; Monthly income to show; Annual income to show; Savings or deposit to show. Missing inputs fall back to their documented defaults.
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | Your age at application | |
| country | No | Which country? | es |
| pension | No | Do you have a lifetime pension? | 1 |
| dependants | No | Dependants applying with you |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are absent, so the description carries the full burden. It only says missing inputs fall back to defaults; it does not disclose whether the operation has side effects, requires auth, or what happens with invalid inputs. Worse, the listed inputs conflict with the actual schema, which is misleading behaviorally.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short, but it contains a typo ('calculator calculator') and a semicolon-delimited list of unrelated inputs that wastes space and misleads. It lacks a clean structure of purpose, usage, and behavior.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with four parameters, no output schema, and no annotations, the description should explain the calculation, its actual inputs, and expected output. It covers none of these, instead listing parameters contradicted by the schema, making the description fundamentally inadequate for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema documents all four parameters (age, country, pension, dependants) with 100% coverage, so the baseline is 3. But the description adds a list of phantom inputs (currency, monthly income, annual income, savings/deposit) that do not exist in the schema, and it fails to add any meaning for the real parameters, so it actually degrades parameter understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description says 'Run the Retirement visa threshold calculator calculator,' which names a specific verb and resource, so an agent can tell it invokes the calculator. However, it is redundant ('calculator calculator'), and it lists inputs (currency, monthly income, annual income, savings/deposit) that are not in the schema, muddying what the tool actually does.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives no guidance on when to use calculate versus sibling tools such as calculator_describe or submit_enquiry. There is no when-to-use, when-not-to-use, or alternative selection context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculator_describeWhat Retirement visa threshold calculator computesAInspect
The inputs this calculator takes (with units, ranges and defaults), the outputs it returns, and the assumptions and tables behind it.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral disclosure burden. It discloses the tool's informational nature and exactly what it covers (inputs, outputs, assumptions, tables), indicating a read-only describe operation with no calculation side effects. It does not mention return format or limitations, but for a pure metadata tool this is acceptable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence with no filler; it enumerates the three content areas in a logical order. It is slightly less direct because it lacks a main verb, but every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter describe tool with no output schema, the description gives enough to know what information will be returned. The main missing piece is an explicit statement that it returns a description rather than performing a calculation, though that is easily inferred from the name and sibling 'calculate.'
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool accepts zero parameters, so the schema is trivially complete and the baseline is 4. The description's mention of calculator inputs refers to the domain model being described, not to parameters of this tool, so no parameter documentation is needed. It adds no misleading parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as a documentation/metadata resource for the retirement visa threshold calculator, enumerating what it exposes: inputs with units/ranges/defaults, outputs, and underlying assumptions/tables. It does not contain an explicit verb like 'returns' or 'describes,' but the content and tool name make the purpose unambiguous and distinguish it from the sibling 'calculate' tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit when-to-use or when-not-to-use guidance is given. The context implies it should be read to understand calculator semantics before calling 'calculate,' but the description does not state this or name alternatives. This is implied usage at best.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
enquiry_describeWhat you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)AInspect
Read first. States plainly what submit_enquiry does on Retirement Visa Calculator: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses useful behavioral context: nothing is bought, ordered, or paid; no quote is guaranteed; it is free; and it returns recipient details, consent wording, and confirmation behavior. It does not explicitly state that this tool itself has no side effects or describe its output format, but the 'describe' framing and zero parameters make the read-only nature reasonably clear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded with 'Read first', then states the core purpose and returns detail. It is slightly redundant with the title, which already conveys that this is about an enquiry rather than a purchase or guaranteed quote, but the description still earns its place by adding recipient, consent, and confirmation information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
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 informational tool, the description covers what the tool does and what it returns: an explanation of submit_enquiry, recipient information, consent wording, and confirmation mechanics. It is complete enough for an agent to invoke it correctly, though it could more strongly spell out the relationship to sibling tools such as calculator_describe and enquiry_fields.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and the schema shows an empty properties object, so there is nothing for the description to add about parameter meaning. The baseline of 4 applies because parameter semantics are fully moot and the schema coverage is complete.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a clear, specific purpose: it explains what submit_enquiry does on the Retirement Visa Calculator, including that it starts an enquiry with human providers and returns explanation details. It distinguishes itself from submit_enquiry by being the descriptive counterpart, and the title reinforces that it is not a purchase or quote tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
'Read first' implies the tool should be used before interacting with submit_enquiry, and the description clarifies that it provides pre-submission context. However, it does not explicitly say when to use this tool versus siblings like calculator_describe or enquiry_fields, leaving the routing mostly to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
enquiry_fieldsThe questions the enquiry asksAInspect
Every field of the Retirement 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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of explaining behavior. It clearly describes the output contents: key, label, type, required flag, help text, and allowed options. It does not explicitly state that this is a read-only operation, but for a zero-parameter metadata retrieval tool, the lack of side-effect disclosure is a minor gap. The description is adequate, not exceptional.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, information-dense sentence that front-loads the core purpose and then lists the output attributes. Every clause earns its place, and the downstream usage pointer is included without unnecessary padding.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple zero-parameter metadata tool with no output schema, the description is complete. It tells an agent exactly what information will be returned for each field, and how the keys relate to submit_enquiry. No critical information is missing for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so there is nothing to document. The description still adds useful semantic context by explaining that field keys are used to submit answers, which helps an agent connect this tool to sibling submit_enquiry. The baseline of 4 for zero-parameter tools is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies what the tool provides: every field of the Retirement Visa Calculator enquiry, along with its metadata. It differentiates itself from sibling tools by focusing on field-level structure, and even references submit_enquiry as the downstream consumer of these field keys. However, it lacks an explicit verb like 'list' or 'get', and does not directly contrast with enquiry_describe.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives useful usage context by stating that answers should be passed to submit_enquiry keyed by field key. This implies the tool should be used to discover the enquiry's fields before submitting. It does not explicitly discuss when to avoid this tool or how it differs from enquiry_describe, so it stops short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
submit_enquirySubmit an ENQUIRY to human providers (two steps; not a purchase)AInspect
Submits an enquiry to Retirement Visa Calculator — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "Happy for my details to go to a relevant immigration adviser, who'll contact me directly."
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | the person's answers, keyed by field key | |
| consent | Yes | true only when the person has agreed to: Happy for my details to go to a relevant immigration adviser, who'll contact me directly. | |
| confirmation | No | the confirmation token from step 1, after the person has approved the summary |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral burden and does so thoroughly. It discloses validation, summary/consent display, the confirmation token mechanism, email delivery, the click-before-provider-sees requirement, and the exact consent wording. This gives the agent a realistic model of side effects and prerequisites.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is detailed but every sentence carries necessary information. The non-purchase disclaimer is front-loaded, and the two-step process is presented in clear numbered order without repetition or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the two-step interaction, nested answers object, and absence of an output schema or annotations, the description is remarkably complete. It tells the agent exactly what to return to the user, when to proceed, and what the user must do afterward.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Although schema coverage is 100%, the description adds meaningful context beyond the schema: answers are keyed by field key from enquiry_fields, consent requires the exact stated agreement, and confirmation is the token returned from step 1. This clarifies the temporal relationship between parameters that the schema alone does not convey.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: 'Submits an enquiry to Retirement Visa Calculator.' It immediately clarifies what the tool is NOT ('NOT a purchase, NOT a guaranteed quote'), distinguishing it from likely sibling tools such as calculate and making its purpose unmistakable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides an explicit two-step invocation flow: step 1 with answers and consent=true to get a confirmation token, then step 2 with the same answers plus the token only after the person agrees. It also states when not to use it ('NOT a purchase') and names the required precondition (person has read and agreed to the consent line).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
5 tool updates
- First observed
calculate - First observed
calculator_describe - First observed
enquiry_describe - First observed
enquiry_fields - First observed
submit_enquiry
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Golden Visa Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Expatriation Tax Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Cyprus Non-Dom Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Exit Value Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Related MCP Servers
- AlicenseNot gradedqualityCmaintenancePublic, no-login MCP server exposing SmartMoney77's financial calculators: compound interest, FIRE number, credit-card payoff, emergency fund, inflation, fees and the cost of waiting. Also computes historical "what if I had invested" returns from real yearly price data, and builds deep links and share packs for calculators in 6 localized editions.MIT
- AlicenseAqualityCmaintenanceMCP server exposing UK financial adviser calculations (tax, IHT, pensions, portfolios) to any MCP-capable client.6MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for cove-fi, a deterministic retirement and financial-independence projection engine. It lets users run plans, create scenarios, and explore year-by-year net-worth projections through natural language.MIT
- AlicenseAqualityCmaintenanceThe most comprehensive everyday calculator MCP server — 501 tools across 22 categories covering 8 countries' tax systems (FR, BE, CH, CA, US, UK, MA, SN). Finance, health, math, science, construction, conversions, education, sport, cooking, travel, and more. Free, no API key required. Streamable HTTP transport.15191MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Tool purposes are mostly distinct: calculate runs the calculator, calculator_describe explains it, and the three enquiry tools split process description, field schema, and submission. The only mild ambiguity is between enquiry_describe and enquiry_fields, as both are descriptive, though their descriptions clearly separate behavior from schema.
Names mix conventions: calculate and submit_enquiry are verb-first, while calculator_describe and enquiry_describe are noun-first, and enquiry_fields is a noun phrase. The names remain readable and snake_case is consistent, but the pattern is not uniform.
Five tools is well-scoped for this site: two for the calculator and three for the enquiry flow. Each tool covers a distinct step without redundancy.
The calculator journey is fully supported with describe and calculate, and the enquiry journey is fully supported with process description, field schema, and a two-step consent-based submit. There are no obvious dead ends or missing operations for the intended use.