fetch_latest_apple_docs
Retrieve official Apple Developer Documentation summaries, code examples, and availability for any API, framework, or symbol by specifying a query and optional framework filter.
Instructions
Fetches the latest Apple Developer Documentation for a specific API, framework, or symbol.
Examples:
"NavigationStack" - SwiftUI navigation
"SwiftData" - Data persistence framework
"RealityKit" - AR/VR framework
"async/await" - Swift concurrency
Returns official documentation summary, code examples, and availability information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The API, framework, class, or symbol to search for (e.g., 'NavigationStack', 'SwiftData', '@Observable') | |
| framework | No | Optional: Specific framework to search within (e.g., 'SwiftUI', 'Foundation', 'UIKit') | |
| includeExamples | No | Whether to include code examples (default: true) |