explore_api
Analyze API documentation to discover methods, properties, and usage examples for implementing features with unfamiliar frameworks or classes.
Instructions
Deep dive into any API, framework, or class - check this EVERY time you use an unfamiliar API, not just once. Returns all methods, properties, protocols, and usage examples. Essential when: implementing features with new frameworks, encountering unknown classes mid-work, choosing between similar APIs, or verifying correct API usage. Much faster than multiple searches. If you're writing import statements or instantiating classes you haven't used before, explore them first to avoid misuse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiName | Yes | API, framework, or class name. Examples: "URLSession", "WidgetKit", "SwiftUI.View", "React.Component" | |
| docsetId | No | Limit exploration to specific documentation set |