Skip to main content
POST
Replace Flow Root

Authorizations

X-API-Key
string
header
required

Body

application/json
flowPlanId
string | null
required

Existing flow plan id. Use the exact flowPlanId returned by create_flow_plan, list_flow_plans, or get_flow_workspace; do not use the read-only MCP Dynamic Actions flowPlanId here.

root
object | null
required

Complete flow root JSON. Operation/directive nodes use payload and next; branch nodes use expression, on_true, on_false, and on_null.

returnWorkspace
boolean
default:true

Include a workspace snapshot in the response.

Response

Tool result.