Skip to main content
Glama

StreamerSongList MCP Server

by vuvuvu

getPlayHistory

Retrieve a streamer's song play history with pagination and date filtering to track performance and manage song requests effectively.

Instructions

Get performance history for a streamer with pagination and filtering options

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date for filtering (ISO 8601 format, optional)
limitNoMaximum number of history entries to return (default: 50)
offsetNoNumber of entries to skip for pagination (default: 0)
startDateNoStart date for filtering (ISO 8601 format, optional)
streamerNameYesThe name of the streamer whose play history to fetch

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End date for filtering (ISO 8601 format, optional)", "type": "string" }, "limit": { "default": 50, "description": "Maximum number of history entries to return (default: 50)", "type": "number" }, "offset": { "default": 0, "description": "Number of entries to skip for pagination (default: 0)", "type": "number" }, "startDate": { "description": "Start date for filtering (ISO 8601 format, optional)", "type": "string" }, "streamerName": { "description": "The name of the streamer whose play history 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