Update an existing component
registry_update_componentUpdate a registered component by ID, modifying only the fields you provide and leaving all others unchanged. For a new or unknown ID, use the create tool instead.
Instructions
Patch an existing component by id. Only provided fields are changed; omitted fields are left as-is. Fails with NOT_FOUND if the id doesn't exist yet — use registry_create_component instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| tags | No | ||
| rules | No | ||
| design | No | ||
| states | No | ||
| status | No | ||
| aliases | No | ||
| variants | No | ||
| properties | No | ||
| description | No | ||
| accessibility | No | ||
| implementations | No |