Skip to main content
Glama

StreamerSongList MCP Server

by vuvuvu

getStreamStats

Analyze and fetch detailed streaming statistics for a specific streamer, including data for custom time periods like day, week, month, year, or all history, to monitor performance and trends.

Instructions

Get comprehensive streaming statistics and analytics for a streamer

Input Schema

NameRequiredDescriptionDefault
periodNoTime period for statistics (default: week)week
streamerNameYesThe name of the streamer whose stats to fetch

Input Schema (JSON Schema)

{ "properties": { "period": { "default": "week", "description": "Time period for statistics (default: week)", "enum": [ "day", "week", "month", "year", "all" ], "type": "string" }, "streamerName": { "description": "The name of the streamer whose stats to fetch", "type": "string" } }, "required": [ "streamerName" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vuvuvu/streamersonglist-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server