Skip to main content
Glama
kimhjort

aria-mcp-tvguide-dk

by kimhjort

whats_on

Find the TV programme currently airing on a Danish channel, or at a specific time. Get title, start/stop times, description, and categories for channels like DR1 or TV 2.

Instructions

Return the programme currently airing on a Danish TV channel (or at a specified time). Includes title, start/stop times in Europe/Copenhagen, duration, description, and categories. Use this when asked 'hvad går der på DR1 nu?' or 'hvad sender TV 2 kl. 20:30?'. Channel can be a name (e.g. 'DR1', 'TV 2', 'Kanal 5') or a numeric id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYesChannel name (e.g. 'DR1', 'TV 2', 'TV3') or numeric id.
whenNoOptional time reference. ISO 8601 datetime (e.g. '2026-06-12T20:30:00') or 'HH:MM' shorthand for today in Copenhagen (e.g. '20:30'). Omit to use the current time.
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It discloses that times are in Europe/Copenhagen and includes fields like duration and categories, but does not mention error handling (e.g., if channel is invalid), rate limits, or side effects. The description is adequate but not exhaustive.

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, well-organized paragraph that starts with the core purpose, includes example queries, and clarifies parameter usage. Every sentence contributes meaning without redundancy.

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?

Given two parameters with full schema coverage, no output schema, and no annotations, the description covers essential aspects: purpose, parameter format, and example usage. It could be slightly more complete by mentioning what happens if no programme is found, but overall it is sufficient for a straightforward query 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 both parameters described. The description adds value by explaining that the 'channel' parameter accepts names or numeric IDs and that the 'when' parameter supports ISO 8601 or HH:MM shorthand, which goes beyond the schema's basic description.

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 the programme currently airing on a Danish TV channel or at a specified time, listing included fields (title, times, duration, etc.) and providing example queries. It distinguishes from siblings like 'list_channels' and 'search_program' by focusing on current/specific-time airings.

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 gives explicit usage examples (e.g., 'hvad går der på DR1 nu?'), which clearly indicate when to use the tool. However, it does not explicitly state when not to use it or compare to alternatives like 'tonight', leaving some implicit 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/kimhjort/aria-mcp-tvguide-dk'

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