find_similar_apis
Identify alternative and related Apple APIs. Find modern replacements, platform-specific alternatives, and functionally similar options for a given API URL.
Instructions
Discover alternative and related APIs. Finds APIs with similar functionality, modern replacements for deprecated APIs, and platform-specific alternatives. Perfect when looking for better ways to implement functionality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiUrl | Yes | Starting API URL. Example: "https://developer.apple.com/documentation/uikit/uialertview" (finds modern alternatives) | |
| searchDepth | No | How thoroughly to search. "shallow" = direct recommendations only, "medium" = topic siblings, "deep" = full relationship analysis. Default: "medium" | |
| filterByCategory | No | Focus on specific functionality like "Animation", "Navigation", "Data". Case-sensitive partial match. | |
| includeAlternatives | No | Include functionally similar APIs that might be better choices. Default: true |