n8n_plan_workflow_update
Generate a reviewable plan before updating an n8n workflow: reads and backs up the live version, diffs it against your proposal, and returns a plan_id and diff—no changes made.
Instructions
Phase 1 of a guarded update. Reads the live workflow, backs it up, diffs it against your proposed definition, and returns a plan_id plus a structured diff to review. Changes nothing in n8n. Pass the plan_id to n8n_apply_workflow_update to commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| definition | Yes | ||
| workflow_id | Yes |