get_component_dependencies
Analyze rendered HTML to identify internal dependencies of a component, detecting React components, web components, and CSS class patterns for design system analysis.
Instructions
Analyze rendered HTML to find which other components a given component internally uses by detecting React components, web components, and CSS class patterns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| componentId | Yes | The story ID of the component (e.g., "example-button--primary") |