Skip to main content
Glama

McFlow

execute

Execute and test n8n workflows using workflow ID or file path with input data, providing a reliable alternative to manual bash commands for workflow execution.

Instructions

Execute/test an n8n workflow - DO NOT use bash n8n commands, use this tool instead

Input Schema

NameRequiredDescriptionDefault
dataNoInput data for the workflow
fileNoPath to workflow file to execute
idNoWorkflow ID to execute

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Input data for the workflow", "type": "object" }, "file": { "description": "Path to workflow file to execute", "type": "string" }, "id": { "description": "Workflow ID to execute", "type": "string" } }, "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