Skip to main content
Glama
vuvuvu

StreamerSongList MCP Server

by vuvuvu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SSL_API_BASENoOverride API base URLhttps://api.streamersonglist.com/v1
DEFAULT_STREAMERNoDefault 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct operation: queue viewing, song details, song list, streamer info, queue monitoring, and song search. No overlap exists.

Naming Consistency5/5

All tools use camelCase with a verb_noun pattern (getQueue, getSongDetails, etc.), and the verbs are consistent (get, monitor, search).

Tool Count5/5

Six tools cover the core functionalities of a song queue server without being excessive or insufficient.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues