search_wwdc_content
Search WWDC video transcripts and code examples to find specific discussions, API mentions, or implementation examples across Apple developer content.
Instructions
Full-text search across all WWDC video transcripts and code examples. Find specific discussions, API mentions, or implementation examples. More powerful than list_wwdc_videos for finding specific content.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search terms. Examples: "async await", "@Observable", "Vision Pro", "performance optimization". | |
| searchIn | No | Search scope. "transcript" = spoken content, "code" = code examples only, "both" = everything. Default: "both" | |
| year | No | Limit to specific year ("2025", "2024", etc.). Leave empty for all years. | |
| language | No | Code language filter ("swift", "objc", "javascript"). Only for code search. | |
| limit | No | Max results (default: 20). Results include context snippets. |