Skip to main content
Glama
andhit-r

n8n MCP Server

by andhit-r

update_workflow

Update existing n8n workflows by modifying only the specified fields, including name, nodes, connections, and settings.

Instructions

Perbarui workflow yang sudah ada di n8n.

Hanya field yang diisi yang akan diperbarui. Minimal berikan salah satu field. Perbarui nodes dan connections sekaligus bila mengubah struktur workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workflow_idYesID workflow yang ingin diperbarui
nameNoNama baru workflow (kosongkan untuk tidak mengubah)
nodesNoDefinisi nodes baru (kosongkan untuk tidak mengubah)
connectionsNoKoneksi baru (kosongkan untuk tidak mengubah)
settingsNoPengaturan baru (kosongkan untuk tidak mengubah)

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 must carry the behavioral burden. It discloses partial update behavior and the constraint that nodes and connections must be updated simultaneously. However, it omits details on permissions, side effects on active workflows, or reversibility, which are important for a mutation tool.

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 three sentences, front-loaded with purpose, then key behavioral notes. Every sentence adds value with no redundancy or 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 presence of an output schema, return values are covered. The description covers the main update behavior and a specific constraint. It is fairly complete for a tool with 5 parameters, though it could mention error handling for invalid workflow_id.

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

Parameters3/5

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

Schema description coverage is 100%, so parameters are already documented. The description adds a general note about partial updates (only filled fields updated), but does not add specific semantic details beyond the schema descriptions. Baseline is 3 per guidelines.

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 it updates an existing n8n workflow, distinguishing from siblings like create_workflow (creates new). It specifies partial update behavior, making the purpose unambiguous.

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 provides clear context for when to use (update existing workflow) and implies not to use for creation. It advises providing at least one field. However, it does not explicitly name alternatives or exclusions, though siblings are available.

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