getStreamerByName
Retrieve detailed information about a specific streamer using their name with the StreamerSongList MCP Server, enabling efficient management of song requests and interactions with streaming platforms.
Instructions
Fetch detailed information about a specific streamer
Input Schema
Name | Required | Description | Default |
---|---|---|---|
streamerName | Yes | The name of the streamer |
Input Schema (JSON Schema)
{
"properties": {
"streamerName": {
"description": "The name of the streamer",
"type": "string"
}
},
"required": [
"streamerName"
],
"type": "object"
}