get_component_dependencies
Analyze component relationships by retrieving dependency trees to identify what components a specific element uses or what components depend on it.
Instructions
Get the dependency tree for a component. Shows what other components it uses or what components use it.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Component UUID or slug | |
| direction | No | Direction: "dependencies" (what this uses), "dependents" (what uses this), or "both" |