twitch_schedule
Fetch a Twitch channel's upcoming broadcast schedule, including segment titles, start/end times, and game/category. Specify weeks ahead (default 1, max 4). Returns empty list if no schedule is set.
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) |