Skip to main content
Glama
kimhjort

aria-mcp-trafik-dk

by kimhjort

traffic_events

Check current Danish road traffic events including incidents, accidents, roadblocks, and queues. Get real-time updates on state roads to plan routes and avoid delays.

Instructions

Fetch current Danish road traffic events from Vejdirektoratet (trafikkort.vejdirektoratet.dk). Returns incidents, accidents, roadblocks, queues, and closures on Danish state roads. Each event includes type, road, location, description, from/to times, and severity. Use this to warn ARIA before Kim drives — check for incidents on the route. Data is updated approximately every 3 minutes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
areaNoOptional free-text region or road filter (e.g. 'Horsens', 'E45', 'Vejle', 'Fyn'). Matched case-insensitively against location, road, and description fields.
typeNoFilter by event category. 'incident' = accidents, obstructions, closures, weather events. 'roadwork' = maintenance and construction works. 'queue' = traffic queues. 'all' = everything (default).
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses expected return fields (type, road, location, times, severity) and update behavior. This is sufficient for a read-only data fetch with no side effects.

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 concise: three sentences covering purpose, use case, and update frequency. No wasted words; every sentence serves a purpose.

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?

For a tool with two optional parameters and no output schema, the description adequately covers return fields and update frequency. It provides enough context for correct invocation without overspecifying.

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% and both parameters have descriptions. The description adds value by explaining that the 'area' filter is case-insensitive and matches against multiple fields, and it elaborates on the enum values in plain language.

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 it fetches Danish road traffic events from a specific source (Vejdirektoratet), lists event types (incidents, accidents, etc.), and distinguishes from siblings like 'events_near' and 'roadworks' by focusing on state roads.

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 suggests a concrete use case: warn ARIA before Kim drives. It also notes data update frequency (every 3 minutes), aiding timely decisions. No explicit when-not guidance, but the purpose is clear.

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-trafik-dk'

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