List workflows from your n8n instance with filters for name, tags, and active status. Use this to see available workflows or before retrieving details.
Identify valid node types in n8n workflows to prevent errors. Filter by category and control output verbosity to streamline workflow creation and updates.
Build and activate custom n8n workflows programmatically by defining nodes, connections, and settings. Supports automatic triggers for immediate workflow execution.
An MCP server that turns deployed n8n workflows into callable tools for AI agents, enabling discovery and execution of tagged workflows via a standard interface without rewriting integrations.
Scan n8n workflows for nodes of a specified type. Returns one finding per matching node and a per-workflow summary, pinpointing where a specific node is used across all workflows.
List n8n workflows tagged for MCP access, revealing which workflows the agent may call. Use this to discover available workflow tools before invocation.
Trigger n8n workflows via webhook with a JSON payload, enabling automated Salesforce pipelines like starting analysis and deployment from a Jira issue key.
Generate and manage variables in n8n workflows to store and share data. Requires n8n Enterprise license with variable management enabled. Input data must be in compact JSON format.
Retrieve all available workflows from n8n to view and manage automation processes. Use this tool to see existing workflows after initializing the n8n connection.