get_component
Retrieve complete metadata for any web component using its tag name, including members, events, slots, CSS parts, and CSS properties.
Instructions
Get full metadata for a web component by tag name, including members, events, slots, CSS parts, and CSS properties.
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 (e.g. "my-button"). |