Validate QuokkaPix image recipe
validate_recipeValidate a custom QuokkaPix recipe JSON to ensure required fields and options are correct before processing images. Prevents errors by checking id, mode, tool, steps, and maxFiles.
Instructions
Validate a custom QuokkaPix recipe before using process_images. Use this when an agent generated its own recipe JSON and needs to confirm that id, applySettings.mode, applySettings.tool, optional structured steps and requires.maxFiles are valid. This is a preflight check only and does not open a browser or process files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe | Yes | Custom QuokkaPix recipe object. Use validate_recipe before process_images when generating this dynamically. |