list_css_parts
List all CSS parts across components in a web component library. Optionally filter results by component tag name.
Instructions
List all CSS parts (::part()) across all components in the library. Optionally filter by component tag name. Returns part name, component tag, and description.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| libraryId | No | Optional library ID to target a specific loaded library instead of the default. | |
| tagName | No | Optional component tag name to filter CSS parts (e.g. "my-button"). |