Skip to main content
Glama
tomellen

SR P3 MCP Server

by tomellen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_p3_current_playlistA

Fetch the currently playing song on Sveriges Radio P3 (channel 565). Returns the current song, previous song, and next song with details including artist, title, album, start/stop timestamps in UTC.

search_p3_playlist_by_dateA

Search Sveriges Radio P3 playlist history for a specific date or date range. Returns an array of songs that played during the specified time period. Dates must be within the last 90 days and cannot be in the future.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are completely distinct: one returns the current playlist context, the other performs historical date-range searches. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow a clear verb_noun pattern using snake_case (get_p3_current_playlist, search_p3_playlist_by_date). The naming is consistent and predictable.

Tool Count3/5

Two tools feel thin for a server, but the narrow domain of playlist lookups makes it reasonable. Still, the count is on the low end and lacks additional utility.

Completeness4/5

The core functionality of retrieving current playlist info and searching historical data is covered, leaving no dead ends. A minor gap like keyword/artist search is absent but not essential for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues