Merge units
merge_unitsRedirect all ingredients using a source unit to a target unit, then delete the source unit. Confirm the action by providing a token from the first call.
Instructions
Points every ingredient that uses one unit at another one and deletes the source unit. Requires confirmation: call once to receive a token, then again with that token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_id | Yes | UUID of the unit to keep — references end up here | |
| from_id | Yes | UUID of the unit to merge away — this one is deleted | |
| confirm_token | No | Confirmation token from a previous call of this tool with the same arguments. Omit on the first call. |