StreamerSongList MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SSL_API_BASE | No | Override API base URL | https://api.streamersonglist.com/v1 |
| DEFAULT_STREAMER | No | Default streamer used when streamerName is omitted |
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 |
|---|---|
| getStreamerByNameB | Fetch detailed information about a specific streamer |
| getQueueB | View current song queues with pagination support |
| monitorQueueB | Monitor queue changes with configurable polling intervals |
| getSongsA | Fetch the complete song list for a streamer with pagination support |
| searchSongsB | Search within a streamer's song list by title or artist |
| getSongDetailsC | Get detailed information about a specific song by ID |
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 6 tools
Each tool targets a distinct operation: queue viewing, song details, song list, streamer info, queue monitoring, and song search. No overlap exists.
All tools use camelCase with a verb_noun pattern (getQueue, getSongDetails, etc.), and the verbs are consistent (get, monitor, search).
Six tools cover the core functionalities of a song queue server without being excessive or insufficient.
The tool set fully covers the read-only domain: queue, song details, full list, search, streamer info, and monitoring. No obvious gaps for its purpose.