Skip to main content
Glama

McFlow

generate

Create n8n workflows from templates with real nodes for webhooks, scheduled reports, data sync, error handling, and approval flows.

Instructions

Generate a workflow from template using REAL n8n nodes (no mock/placeholder nodes)

Input Schema

NameRequiredDescriptionDefault
configNoConfiguration options for the template
nameYesWorkflow name
projectNoOptional project name (only for multi-project repos)
templateYesTemplate type to use

Input Schema (JSON Schema)

{ "properties": { "config": { "description": "Configuration options for the template", "type": "object" }, "name": { "description": "Workflow name", "type": "string" }, "project": { "description": "Optional project name (only for multi-project repos)", "type": "string" }, "template": { "description": "Template type to use", "enum": [ "webhook-api", "scheduled-report", "data-sync", "error-handler", "approval-flow" ], "type": "string" } }, "required": [ "template", "name" ], "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