get_apple_doc_content
Extract detailed content from Apple Developer Documentation pages to analyze API details, relationships, dependencies, and platform requirements for development projects.
Instructions
Get detailed content from a specific Apple Developer Documentation page. Use this after search_apple_docs to get full documentation. Supports enhanced analysis options for comprehensive API understanding. Best for: reading API details, understanding usage, checking availability.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL of the Apple Developer Documentation page. Must start with https://developer.apple.com/documentation/. Example: "https://developer.apple.com/documentation/uikit/uiviewcontroller" | |
| includeRelatedApis | No | Include inheritance hierarchy and protocol conformances. Useful for understanding API relationships. Default: false | |
| includeReferences | No | Resolve and include all referenced types and APIs. Helps understand dependencies. Default: false | |
| includeSimilarApis | No | Discover APIs with similar functionality. Great for finding alternatives. Default: false | |
| includePlatformAnalysis | No | Analyze platform availability and version requirements. Essential for cross-platform development. Default: false |