Skip to main content
Glama

Departi – Travel Compliance & Curated Booking

departi_check_tax

Read-onlyIdempotent

Assesses tax-residency risk and double-tax-treaty position for a traveller in a destination. Returns: whether the stay risks triggering destination tax residency (the day threshold and the country's day-counting method), the relevant treaty provisions between the traveller's tax-residence country and the destination (employment income, tie-breaker, social security, withholding), any special or digital-nomad tax regime, and — for US citizens — FEIE / Physical-Presence-Test context. Advisory only, not tax advice. Use for "will staying here make me tax resident / what does the treaty say / how are my days counted". Note: any US citizenship triggers worldwide/citizenship-based obligations regardless of residence or other passports.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoDefault en.en
purposeNotourism | remote_work | business … Default tourism.tourism
currencyNoDefault EUR.EUR
durationYesStay in days.
destinationYesCountry being visited, ISO alpha-2.
nationalityYesCitizenship / passport, ISO alpha-2. Drives citizenship-based obligations (e.g. US — taxed worldwide regardless of residence). May differ from tax residence.
taxResidenceYesThe traveller's current country of tax residence, ISO alpha-2. This selects the treaty "resident state" and can differ from nationality.
employmentTypeNoemployed | self_employed | company_director | retired. Affects PE / treaty analysis.
yearToDateDaysNoDays already spent in the destination this tax year. Default 0.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare read-only/idempotent behavior. The description adds valuable context: 'Advisory only, not tax advice', the US citizenship worldwide-obligation note, and a detailed 'Returns' list describing what the tool reveals. This goes beyond basic safety flags.

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 moderately long but front-loaded with a clear purpose statement. It then provides a structured output list, a caveat, usage examples, and a citizenship note. Each sentence adds value and none are redundant.

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 tool with 9 parameters and no output schema, the description compensates well by enumerating return values, usage intent, advisory status, and a critical legal caveat. It essentially covers all key behavioral aspects an agent needs for correct tool selection.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and the parameter descriptions are already well detailed (e.g., nationality vs taxResidence, yearToDateDays). The description does not add significant meaning per parameter; it mostly reiterates concepts like day counting without specifying syntax or format. Baseline 3 applies.

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 uses a specific verb ('Assesses') and clearly identifies the resource: tax-residency risk and double-tax-treaty position. It distinguishes from sibling tools (visa, schengen tracking) by focusing on tax analysis and enumerates concrete outputs (threshold, treaty provisions, special regimes, US-specific context).

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?

Explicit use cases are provided via quoted examples ('will staying here make me tax resident / what does the treaty say / how are my days counted'). There are no explicit exclusions or named alternative tools, but the context is clear enough to guide tool selection among 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

A4.5/5.0
Disambiguation5/5

Every tool targets a distinct need: compliance (visa, tax, Schengen), booking (accommodation, experiences, transport), and user profile. No overlap in purpose or outputs.

Naming Consistency5/5

All tool names follow the consistent pattern departi_<verb>_<noun> (check_tax, check_visa, get_profile, search_accommodation, search_experiences, search_transport, track_schengen). Uniform snake_case and verb-first style.

Tool Count5/5

Seven tools is well-balanced for the dual purpose of compliance and booking: three compliance tools, three booking tools, and one profile tool. Each earns its place.

Completeness4/5

Core compliance (visa, tax, Schengen) and curated booking (accommodation, experiences, transport) are covered. Minor gaps like ground transport or booking management are acknowledged and don't impede the primary workflow.