update_recipe
Modify recipe text fields by finding and replacing content in Paprika Recipe Manager. This operation requires user confirmation due to its potential impact.
Instructions
Update recipe fields using find/replace. This is a DANGEROUS operation that requires user confirmation. Can update any text field in a recipe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Recipe UID to update | |
| field | Yes | Field to update | |
| find | Yes | Text to find in the field | |
| replace | Yes | Text to replace it with | |
| regex | No | Whether to treat 'find' as a regex pattern (default: false) |