Skip to main content
Glama

McFlow

update

Modify an existing n8n workflow by specifying the file path and providing the updated JSON object to implement changes efficiently.

Instructions

Update an existing n8n workflow

Input Schema

NameRequiredDescriptionDefault
pathYesPath to the workflow file relative to workflows root
workflowYesThe updated workflow JSON object

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to the workflow file relative to workflows root", "type": "string" }, "workflow": { "description": "The updated workflow JSON object", "type": "object" } }, "required": [ "path", "workflow" ], "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/mckinleymedia/mcflow-mcp'

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