Skip to main content
Glama
Departi

Departi MCP Server

Official

departi_track_schengen

Read-onlyIdempotent

Input your Schengen zone stays to calculate 90/180-day status. Get days used, remaining, status alert, projected limit date, and residence permit country exclusion.

Instructions

Calculates Schengen 90/180 short-stay status from a list of stays. Returns: days used and days remaining in the rolling 180-day window, a status (safe | warning | critical | exceeded), the projected date the limit would be reached at the current pace, and — for residence/digital-nomad-permit holders — a count that excludes days in the permit-issuing country while still counting every other Schengen state (with a note of which country is excluded). Use for non-EU travellers tracking the 90-days-in-180 limit. Note: EU/EEA nationals have free movement (not counted); a residence permit exempts only its issuing country, not the rest of Schengen.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoDefault en.en
entriesYesArray of Schengen zone stays.
currencyNoDefault EUR.EUR
nationalityNoCitizenship, ISO alpha-2. EU/EEA nationals are exempt from counting.
referenceDateNoISO date to evaluate the window at. Default: today.
residencePermitNoResidence or digital-nomad permit. When present and active on the reference date, days in the issuing country are excluded from the 90/180 count; all other Schengen days still count.
Behavior5/5

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

Annotations already set readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds substantial behavioral detail: return fields (days used, days remaining, status with four enumerated levels, projected date), the special handling for residence/digital-nomad permits (excludes issuing country days but counts all others), and the note that EU/EEA nationals are not counted. No contradictions 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.

Conciseness5/5

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

The description is a single paragraph that front-loads the core function and outputs. Every sentence serves a purpose: initial summary, what it returns, target usage, and critical edge cases. No wasted words or repetition of schema details.

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?

Despite lacking an output schema, the description sufficiently explains the return structure (days used, days remaining, status, projected date). It also covers the residence permit and nationality exceptions. However, it does not mention error cases (invalid input, missing countries) or the exact format of the returned data (e.g., JSON object), leaving minor gaps for a tool with nested objects and no output schema.

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 100%, so baseline is 3. The description adds value by explaining the semantic logic of the residencePermit parameter ('When present and active... days in the issuing country are excluded') and clarifies that 'nationality' determines exemption. This extra context elevates the score above baseline.

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 opens with a specific verb+resource: 'Calculates Schengen 90/180 short-stay status from a list of stays.' It also lists the exact outputs and the target audience (non-EU travellers). The sibling tools (visa, tax, accommodation, etc.) are clearly distinct, so this tool is uniquely positioned.

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 explicitly states 'Use for non-EU travellers tracking the 90-days-in-180 limit' and clarifies that EU/EEA nationals are exempt and residence permits only exempt the issuing country. It does not explicitly name when NOT to use (e.g., use departi_check_visa for visa status), but the sibling context combined with this directive provides sufficient guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Departi/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server