Skip to main content
Glama

McFlow

activate

Activate or deactivate n8n workflows to control automation execution. Set workflow status to manage when automated processes run.

Instructions

Activate or deactivate a workflow in n8n

Input Schema

NameRequiredDescriptionDefault
activeYesSet to true to activate, false to deactivate
idYesWorkflow ID

Input Schema (JSON Schema)

{ "properties": { "active": { "description": "Set to true to activate, false to deactivate", "type": "boolean" }, "id": { "description": "Workflow ID", "type": "string" } }, "required": [ "id", "active" ], "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