swap_component
Swap a component instance with another by providing the instance ID and new component ID, with an option to keep existing overrides.
Instructions
Swap one component instance for another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instanceId | Yes | Instance to swap | |
| newComponentId | Yes | New component ID | |
| preserveOverrides | No | Keep existing overrides (default: true) |