get_documentation
Retrieve detailed Apple developer documentation for any symbol, including Swift syntax, parameters, deprecation notices, and code examples. Optionally scope by framework such as SwiftUI or UIKit to get precise info directly.
Instructions
Get detailed documentation for specific symbols, including Swift syntax declarations, parameters, deprecation notices, and code examples. Can be optionally scoped to a framework directly via the framework argument without needing choose_technology.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Symbol path or relative name (e.g. "View", "GridItem", "documentation/SwiftUI/NavigationStack") | |
| framework | No | Optional framework name (e.g. "SwiftUI", "UIKit"). If omitted, framework is auto-detected from path or local database. |