list_slots
List all slots across web components, optionally filtered by component tag name. Returns slot name, component tag, description, and whether it is a named or default slot.
Instructions
List all slots across all components in the library. Optionally filter by component tag name. Returns slot name, component tag, description, and whether the slot is named or default.
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 slots (e.g. "my-button"). |