Skip to main content
Glama

mcp-n8n-builder

activate_workflow

Initiate automatic execution of n8n workflows by activating them via their unique ID. Works for workflows with scheduled or webhook triggers, ensuring seamless automation setup.

Instructions

Activates a workflow by its ID, enabling it to run automatically based on its trigger (schedule, webhook, etc.). Note that only workflows with automatic trigger nodes can be activated - workflows with only manual triggers cannot be activated.

Input Schema

NameRequiredDescriptionDefault
idYesID of the workflow to activate - can be obtained from list_workflows

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the workflow to activate - can be obtained from list_workflows", "type": "string" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from mcp-n8n-builder

Related Tools

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/spences10/mcp-n8n-builder'

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