get_component_dependencies
Retrieve the dependency graph of a web component, showing both direct and transitive dependencies. Uses the component's tag name to trace which components it renders.
Instructions
Returns the dependency graph for a component — direct dependencies (components it renders) and transitive dependencies (full tree). Requires a CEM built with dependency reference data.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| libraryId | No | Optional library ID to target a specific loaded library instead of the default. | |
| tagName | Yes | The custom element tag name to inspect (e.g. "my-dialog"). | |
| includeTransitive | No | When true (default), resolves the full transitive dependency tree. |