Skip to main content
Glama

Departi – Travel Compliance & Curated Booking

departi_check_visa

Read-onlyIdempotent

Returns the entry/visa options for a traveller of a given nationality (passport) going to a destination for a stated purpose and length of stay. Each option includes: visa/permit type, whether a visa is required, maximum stay, whether remote/on-site work is allowed, cost, processing time, and application/renewal notes — sourced from official immigration authorities. Use this for "what visa do I need / can I stay N days / can I work remotely here". To count days already spent against the 90/180 limit use departi_track_schengen; for the tax consequences of staying use departi_check_tax. Tip: nationality should be the traveller's most favorable passport — multi-nationals may have better entry on one passport.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoOutput language. Default en.en
purposeNoOne of tourism | remote_work | business | study | retirement. Default tourism.tourism
currencyNoCurrency for costs. Default EUR.EUR
durationYesIntended stay in days, integer > 0.
destinationYesDestination country, ISO alpha-2, e.g. "PT".
nationalityYesTraveller's citizenship / passport, ISO alpha-2, e.g. "BE". This is the passport country, not tax residence.

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and no destructive behavior. The description adds valuable context: data sourced from official immigration authorities and a practical tip about using the most favorable passport. It does not cover error conditions or response volume, but given annotation coverage, this is sufficient.

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 a single, tight paragraph. It front-loads the core purpose, then lists output details and usage guidance without redundant phrases or filler. Every sentence contributes value.

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?

Given there is no output schema, the description compensates by enumerating exactly what each option includes (visa/permit type, required status, max stay, work allowance, cost, processing time, notes). It also provides source credibility and alternative tools, making it fully self-contained for an agent to decide and invoke.

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?

Input schema covers 100% of parameters, so baseline is 3. The description adds meaningful semantic guidance beyond the schema, particularly the tip that nationality should be the traveller's most favorable passport for multi-nationals, which is not apparent from the field description alone.

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 states the tool returns entry/visa options for a traveller based on nationality, destination, purpose, and duration, and enumerates the output fields. It distinguishes itself from siblings by explicitly naming departi_track_schengen and departi_check_tax for different use cases.

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?

Explicit guidance is provided: 'Use this for "what visa do I need / can I stay N days / can I work remotely here"'. It also names specific alternatives for other needs (90/180-day tracking and tax consequences), making when-to-use and when-not-to-use crystal clear.

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.