get_documentation_updates
Track Apple platform updates, API changes, and release notes to stay current with development. Filter by technology, year, or search keywords for relevant documentation.
Instructions
Track latest Apple platform updates, new APIs, and changes. Shows WWDC announcements, framework updates, and release notes. Essential for staying current with Apple development. For detailed WWDC videos, use WWDC-specific tools.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Update type filter. "wwdc" = conference highlights, "technology" = API updates, "release-notes" = version changes. Default: "all" | |
| technology | No | Filter by framework (case-sensitive). Examples: "SwiftUI", "UIKit", "ARKit". Get names from list_technologies. | |
| year | No | WWDC year filter ("2025", "2024", etc.). Only for wwdc category. | |
| searchQuery | No | Search keywords. Examples: "async", "performance", "widgets". Case-insensitive. | |
| includeBeta | No | Include beta/preview features. Default: true | |
| limit | No | Max results (default: 50). Sorted by relevance and date. |