Skip to main content
Glama
kimhjort

aria-mcp-drivetime-dk

by kimhjort

leave_by

Calculate the latest departure time to reach a Danish destination by a given arrival time, with drive summary including duration and distance.

Instructions

Convenience tool: given a destination and a required arrival time, returns the time you must leave and a drive summary. Equivalent to drive_time with arriveBy but requires arriveBy explicitly. Both 'from' and 'to' accept a Danish place name / address or 'lat,lon'. Returns leaveByLocal (Europe/Copenhagen), arriveByLocal, durationMin, distanceKm, and a no-live-traffic notice. Example output: 'Horsens → Billund Lufthavn er ~48 min — kør senest 11:02 for at nå 12:00'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromYesOrigin place name, address, or "lat,lon". Required when DEFAULT_ORIGIN env is not set.
toYesDestination place name, address, or "lat,lon". Required.
arriveByYesRequired. Desired arrival time as ISO datetime ("2026-06-12T12:00") or "HH:MM" (today in Europe/Copenhagen).
bufferMinNoExtra buffer minutes to subtract (default 10 from DEFAULT_BUFFER_MIN).
Behavior4/5

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

No annotations provided, but description discloses return fields (leaveByLocal, arriveByLocal, durationMin, distanceKm), no-live-traffic notice, and gives an example output. Adequately describes behavioral traits.

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?

Single paragraph with all essential info, example included. Could be slightly more structured (e.g., bullet points), but very efficient and clear.

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?

Covers purpose, parameters, return fields, and example. No output schema, but description sufficiently details outputs. Missing edge cases like timezone handling, but adequate for a convenience tool.

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 coverage is 100% with descriptions. Description adds extra meaning: 'from' and 'to' accept Danish place names or lat,lon, 'arriveBy' format options, bufferMin default. Adds value beyond schema.

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?

Clearly states it's a convenience tool for calculating leave time given destination and required arrival time, distinguishing it from sibling drive_time by requiring explicit arriveBy parameter.

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?

Provides clear usage context: given destination and required arrival time. Compares to drive_time with arriveBy, but lacks explicit when-not-to-use or alternatives beyond the sibling comparison.

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/kimhjort/aria-mcp-drivetime-dk'

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