SR P3 MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
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.
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.
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.
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.