create-workflow
Set up a new workflow in MCP-N8N by defining nodes and connections. Requires compact JSON input with client ID, name, nodes, and connections for configuration.
Instructions
Create a new workflow in n8n. Use to set up a new workflow with optional nodes and connections. IMPORTANT: 1) Arguments must be provided as compact, single-line JSON without whitespace or newlines. 2) Must provide full workflow structure including nodes and connections arrays, even if empty. The 'active' property should not be included as it is read-only.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clientId | Yes | ||
connections | No | ||
name | Yes | ||
nodes | No |