list_events
List all events across components in a library, optionally filtered by component tag name, to retrieve event details such as name, tag, description, and type.
Instructions
List all events across all components in the library. Optionally filter by component tag name. Returns event name, component tag, description, and detail type.
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 events (e.g. "my-button"). |