get_component_tree
Retrieve the React component tree structure for debugging and analysis. Filter by root ID or depth to inspect component hierarchies in web or React Native applications.
Instructions
Get the React component tree for all roots
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootID | No | Filter by root ID (optional) | |
| maxDepth | No | Maximum depth to return (optional) |