n8n_manager_history
Retrieve workflow version history, recorded decisions, and sync history from an n8n-workflow-manager. Use to audit changes and troubleshoot synchronization issues.
Instructions
Read version history, recorded decisions, and sync history from a running n8n-workflow-manager. Requires the N8N_MCP_MANAGER_URL environment variable; without it, this MCP talks to n8n directly and no such history exists. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries per history section (1-500). | |
| workflow_id | No | Manager workflow ID (NOT the n8n instance ID). Omit to list the known workflows. |