Skip to main content
Glama

McFlow

deploy

Deploy n8n workflows to an instance, handling import commands with options for specific files, changed workflows, activation, and separate imports.

Instructions

Deploy workflows to n8n instance - handles all n8n import commands internally

Input Schema

NameRequiredDescriptionDefault
activateNoActivate workflows after importing
allNoDeploy ALL workflows, not just changed ones
pathNoOptional: Deploy specific workflow file. If not provided, deploys all changed workflows
separateNoImport as separate workflows (not merged)

Input Schema (JSON Schema)

{ "properties": { "activate": { "description": "Activate workflows after importing", "type": "boolean" }, "all": { "description": "Deploy ALL workflows, not just changed ones", "type": "boolean" }, "path": { "description": "Optional: Deploy specific workflow file. If not provided, deploys all changed workflows", "type": "string" }, "separate": { "description": "Import as separate workflows (not merged)", "type": "boolean" } }, "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