Skip to main content
Glama

n8n MCP Server

by get2knowio

create_workflow

Create a new n8n workflow by defining nodes, connections, and configuration to automate business processes and data flows.

Instructions

Create a new n8n workflow

Input Schema

NameRequiredDescriptionDefault
activeNo
connectionsYes
nameYes
nodesYes
tagsNo

Input Schema (JSON Schema)

{ "properties": { "active": { "default": false, "type": "boolean" }, "connections": { "type": "object" }, "name": { "type": "string" }, "nodes": { "items": { "type": "object" }, "type": "array" }, "tags": { "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "nodes", "connections" ], "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/get2knowio/n8n-mcp'

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