Skip to main content
Glama

Unified Schengen + tax-residency + tax-cost tracker

check_travel_residency
Read-onlyIdempotent

The comprehensive engine: from one travel itinerary it returns (1) Schengen 90/180 tourist-visa status (days used/remaining, first overstay, longest compliant stay), (2) per-country tax-residency risk on each country's OWN threshold and basis — the 183-day rule, Cyprus's conditional 60-day rule (flagged only when you're not 183+ resident elsewhere), the US Substantial Presence Test and the UK tax-year test — with safe days left, leave-by dates and a safe/warning/triggered rating, and (3) with an optional income, the tax cost of triggering residency at the standard rate vs an expat regime. Supersedes check_schengen / check_residency / check_tax_residency_risk (all still available). Early-warning day math — not tax advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
staysYes
incomeNoOptional gross annual income (USD) — enables the tax-cost projection for at-risk countries.
referenceDateNoOptional 'as of' date. Defaults to today (UTC).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
summaryNo
schengenNo90/180 status when any Schengen stay exists: daysUsed, daysRemaining, compliant, firstOverstayDate, maxStayFromRef.
countriesNo
referenceDateNo

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds substantial behavioral context beyond those hints: it explains the Cyprus 60-day rule is flagged only when not 183+ resident elsewhere, that results include safe days left, leave-by dates, and a safe/warning/triggered rating, and that optional income enables tax-cost projection. It also hedges with 'Early-warning day math — not tax advice.' No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but organized with numbered output categories, making complex information scannable. The disclaimer and supersession note are useful and short. It could be slightly more streamlined, but every sentence contributes meaningful guidance.

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 complex multi-result tool, the description covers the main inputs, outputs, rating semantics, jurisdiction-specific logic, and alternatives. Since an output schema exists, the description does not need to enumerate every return field. The combination of detailed prose, schema, and annotations leaves little ambiguity about what the tool does and how to invoke it.

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?

Schema description coverage is 67%, so the description carries meaningful weight. It enriches 'stays' by framing it as a travel itinerary, and 'income' by explaining it enables tax-cost projection for at-risk countries. It does not explicitly describe 'referenceDate', but the schema already documents it as an optional 'as of' date defaulting to today. This is strong but not exhaustive.

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 names a concrete verb ('returns') and a precise resource ('from one travel itinerary'), then enumerates three specific outputs: Schengen 90/180 status, per-country tax-residency risk, and tax-cost projection. It also explicitly distinguishes itself from sibling tools by saying it supersedes check_schengen, check_residency, and check_tax_residency_risk.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives direct routing guidance: 'Supersedes check_schengen / check_residency / check_tax_residency_risk (all still available).' This tells an agent this unified tool should be preferred over those alternatives while acknowledging they remain callable. That is explicit when-to-use guidance relative to 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

A3.9/5.0
Disambiguation3/5

Several tools occupy adjacent territory: check_travel_residency explicitly supersedes check_residency, check_schengen, and check_tax_residency_risk, and the cost-of-living family (arrival_cost, compare_total_cost, compare_housing, estimate_micro_costs, calculate_ppp, localize_salary) has overlapping price-level concepts. The detailed descriptions mostly clarify boundaries, but an agent selecting by name alone could easily pick the wrong residency or cost tool.

Naming Consistency4/5

Most tools follow a clean verb_noun snake_case pattern with recognizable prefixes (compare_*, check_*, find_*, calculate_*), which makes the set predictable. Deviations like arrival_cost, passport_power, required_rate, and the acronym-heavy calculate_ppp keep it from being perfectly uniform.

Tool Count3/5

26 tools is a heavy surface, and at least three of the check_* tools are explicitly superseded by check_travel_residency, adding redundant weight. The broad geo-arbitrage/nomad domain justifies much of the breadth, but the set feels closer to a full toolkit than a focused server.

Completeness4/5

The toolset covers the core remote-work and geo-arbitrage decision space: cost of living, purchasing power, tax residency risk, nomad visas, housing, healthcare, climate, connectivity, holidays, salary localization, FIRE, livability, and even team timezone planning. Gaps are minor—no family-size cost tool, no immigration/citizenship pathway data, and no dedicated safety/crime dataset beyond the livability composite—but agents can work around them.

Resources