twitch_schedule
Fetch a Twitch channel's upcoming broadcast schedule, returning planned segments with titles, start/end times, and categories. Specify a channel and weeks ahead.
Instructions
Get a Twitch channel's broadcast schedule. Returns a Twitch channel's upcoming broadcast schedule -- planned segments with title, start/end time, and game/category -- starting today. A channel with no schedule configured returns an empty segments list, not an error. Public data sourced from Twitch's own GraphQL API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weeks | No | Number of weeks ahead to return, starting today (default 1, max 4) | |
| channel | Yes | Twitch channel login (the lowercase URL slug) |