get_related_apis
Analyze Apple API relationships to discover inheritance, protocol conformances, and recommended alternatives for understanding how APIs work together.
Instructions
Analyze API relationships and discover related functionality. Shows inheritance, protocol conformances, and Apple's recommended alternatives. Essential for understanding how APIs work together. Use when: learning API hierarchy, finding protocol requirements, discovering related functionality.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiUrl | Yes | Apple documentation URL to analyze. Example: "https://developer.apple.com/documentation/uikit/uiview" | |
| includeInherited | No | Show inherited methods/properties from superclasses. Helps understand full API surface. Default: true | |
| includeConformance | No | Show protocol conformances and requirements. Essential for protocol-oriented programming. Default: true | |
| includeSeeAlso | No | Show Apple's recommended related APIs. Great for finding better alternatives or complementary APIs. Default: true |