n8n
Trigger workflows, list executions, and manage n8n automations.
requires credentials5 tools
Integrate with your self-hosted n8n instance. Trigger webhook workflows, list recent executions, and get workflow status directly from your AI.
Credentials
| Name | Label | Required |
|---|---|---|
N8N_URL | n8n Instance URL | required |
N8N_API_KEY | n8n API Key | required |
Setup
terminal
conductor plugins setup n8nTools
| Tool | Description | Inputs | Approval |
|---|---|---|---|
n8n_workflows | List all workflows | active? | — |
n8n_workflow | Get workflow details | id | — |
n8n_trigger | Trigger a workflow via webhook | webhookPath, data? | required |
n8n_executions | List recent executions | workflowId?, limit? | — |
n8n_execution | Get execution details and output | id | — |
Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.
Example Prompts
“Trigger my daily report workflow”
n8n_trigger“Show the last 5 executions of the data sync workflow”
n8n_executions