twitch_streams
Get top live streams for a Twitch game or category, ranked by viewer count. Returns each stream's title, broadcaster, and current viewer count.
Instructions
Get the top live streams for a Twitch game/category. Returns the top currently-live streams for a Twitch game/category, ranked by viewer count: title, viewer count, broadcaster, and tags. Public data sourced from Twitch's own GraphQL API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Twitch game/category slug (the lowercase URL slug from twitch.tv/directory/category/{slug}) | |
| limit | No | Number of streams to return (default 20, max 100) |