Skip to main content
Glama
icyrainz

XMLTV MCP Server

by icyrainz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XMLTV_URLNoThe URL of the XMLTV feed from your Tunarr instancehttp://tunarr.lan/api/xmltv.xml

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_channelsB

Get list of all available TV channels

get_now_playingB

Get currently playing programmes on all channels

get_scheduleC

Get upcoming schedule for a specific channel

search_programmesC

Search programmes by title, subtitle, or description

get_programme_detailsC

Get detailed information about a specific programme

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting different aspects of the XMLTV domain: channel listing, current programs, program details, channel schedules, and program search. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency5/5

All tools follow a consistent verb_noun naming pattern (get_channels, get_now_playing, get_programme_details, get_schedule, search_programmes) with clear, descriptive names. The pattern is uniform throughout the set, enhancing readability and predictability.

Tool Count5/5

With 5 tools, this server is well-scoped for its XMLTV purpose, covering key operations without bloat. Each tool serves a distinct and necessary function, making the count appropriate for the domain's typical use cases.

Completeness4/5

The tool set provides strong coverage for querying and browsing TV data, including channels, schedules, programs, and search. A minor gap exists in update or management operations (e.g., modifying channels or programs), but this is reasonable for a read-only server focused on data retrieval.

Maintenance

ActivityInactive
ResponsivenessNo issues