import_workflow
Import workflow configurations from JSON exports to recreate them in new environments with fresh IDs and recorded provenance. Use to transfer workflows between different MCP server instances.
Instructions
Import a workflow from an export JSON into this workspace. Accepts the full WorkflowExport object (from export_workflow) and creates a new workflow with fresh IDs. Associated pages are recreated. Import provenance is recorded in the workflow metadata.
Use this together with export_workflow to move workflows between environments. Tip: register separate MCP servers for sandbox and prod, export from one, import into the other.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exportJson | Yes | The WorkflowExport object (output from export_workflow) | |
| locale | No | Locale for the imported workflow (default: en) |