find_related_wwdc_videos
Discover prerequisite sessions, follow-up content, and thematically similar WWDC videos for a given session. Build structured learning paths across years.
Instructions
Discover WWDC sessions related to a specific video. Finds prerequisite sessions, follow-up content, and thematically similar talks. Essential for creating learning paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| videoId | Yes | Source video ID. Example: "10101" for keynote. | |
| year | Yes | Source video year. Example: "2025" | |
| includeExplicitRelated | No | Include Apple's recommended related videos. Usually prerequisites or follow-ups. Default: true | |
| includeTopicRelated | No | Include videos from same topic categories. Good for comprehensive learning. Default: true | |
| includeYearRelated | No | Include other videos from same WWDC. Default: false | |
| limit | No | Max related videos (default: 15). |