Get component by id
registry_get_componentFetch a design component by its stable registry ID to reuse approved implementations across frameworks. Prevents mismatches by returning an error when the ID is unknown.
Instructions
Fetch a single component by its exact stable registry id. Returns an error if no such component exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The component's stable registry id. |