Skip to main content
Glama
MIT License
65

create-workflow

Set up a new workflow in n8n by defining nodes and connections. Input requires compact JSON format with clientId, name, nodes, and connections arrays for structured workflow creation.

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

NameRequiredDescriptionDefault
clientIdYes
connectionsNo
nameYes
nodesNo

Input Schema (JSON Schema)

{ "properties": { "clientId": { "type": "string" }, "connections": { "type": "object" }, "name": { "type": "string" }, "nodes": { "type": "array" } }, "required": [ "clientId", "name" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fellipesaraiva88/n8n-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server