scrapeer_validate_flow
Dry-run validate a flow before saving to ensure gateway acceptance. Returns errors and warnings; errors block save, warnings are advisory.
Instructions
Dry-run validate a flow without saving it. USE THIS TOOL WHEN: you've constructed a flow and want to check whether it will be accepted by the gateway before calling scrapeer_create_flow / scrapeer_update_flow. Returns { ok, errors[], warnings[] }. Errors block save; warnings are advisory. DO NOT USE: to validate a stored flow (no persistent flow lookup - pass the flow JSON directly).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow | Yes | ReactFlowJSON-style flow payload - the same shape returned by scrapeer_get_flow. Use scrapeer_validate_flow to dry-run before writing. |