resolve_references_batch
Analyze Apple documentation pages to resolve all referenced types, methods, and properties, helping developers understand API dependencies and requirements.
Instructions
Deep dive into all types and APIs referenced in a documentation page. Resolves all mentioned types, methods, and properties to understand dependencies. Use when: analyzing complex APIs, understanding type requirements, exploring API ecosystems.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceUrl | Yes | Documentation URL to analyze for references. Example: "https://developer.apple.com/documentation/swiftui/view" | |
| maxReferences | No | Limit resolved references (default: 20, max: 50). Higher values = more comprehensive but slower. | |
| filterByType | No | Filter by reference type. Use "protocol" for protocol requirements, "class" for class hierarchies. Default: "all" |