twitch_clips
Fetch a Twitch channel's clips from the last 7 days, sorted by view count. Returns title, views, duration, curator, and game for each clip.
Instructions
Get a Twitch channel's clips. Returns a Twitch channel's clips (last 7 days), most-viewed first: title, view count, duration, curator, and the game it was recorded under. Public data sourced from Twitch's own GraphQL API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of clips to return (default 20, max 100) | |
| login | Yes | Twitch channel login (the lowercase URL slug, e.g. caedrel for twitch.tv/caedrel) |