browse_wwdc_topics
List all WWDC topic categories with their IDs to filter videos by topic, year, or limit.
Instructions
List all WWDC topic categories with their IDs. Essential first step before using list_wwdc_videos with topic filtering. Returns topic IDs like "swiftui-ui-frameworks" that can be used in other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topicId | No | Topic ID to explore. Available IDs: "accessibility-inclusion", "app-services", "app-store-distribution-marketing", "audio-video", "business-education", "design", "developer-tools", "essentials", "graphics-games", "health-fitness", "machine-learning-ai", "maps-location", "photos-camera", "privacy-security", "safari-web", "spatial-computing", "swift", "swiftui-ui-frameworks", "system-services". Leave empty to see all topics with video counts. | |
| includeVideos | No | List videos in the topic. Set false for topic structure only. Default: true | |
| year | No | Filter topic videos by year. Only when browsing specific topic. | |
| limit | No | Max videos per topic (default: 20). |