Skip to main content
Glama
andhit-r

n8n MCP Server

by andhit-r

create_workflow

Create a new n8n workflow with nodes and connections. Workflow is inactive by default; use activate_workflow to enable it.

Instructions

Buat workflow baru di n8n.

Workflow dibuat dalam keadaan nonaktif. Gunakan activate_workflow untuk mengaktifkannya. Format node dan koneksi mengikuti skema n8n (lihat dokumentasi n8n API).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNama workflow baru
nodesYesDaftar node workflow dalam format n8n
connectionsYesKoneksi antar node dalam format n8n
settingsNoPengaturan workflow (opsional, mis. timezone, errorWorkflow)
static_dataNoStatic data workflow (opsional)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden. It discloses that workflows are created in a non-active state, which is key behavior. However, it does not discuss authentication, rate limits, or other potential behaviors like idempotency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise: two sentences that front-load the purpose and immediately follow with essential behavioral details (inactive state, activation hint, format guidance). No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (5 parameters, nested objects, many siblings), the description covers the core purpose, initial state, and format guidance. It could mention the output, but an output schema exists, so per rules that is not required.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining that node and connection formats follow n8n schemas and pointing to external documentation, which goes beyond the parameter descriptions alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Buat') and resource ('workflow baru di n8n'), and distinguishes it from sibling tools like activate_workflow by noting the initial inactive state.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains when to use this tool (to create a new workflow) and provides context about its initial state, plus a pointer to activate_workflow for activation. It does not explicitly list exclusions but the context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/andhit-r/n8n-mcp'

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