n8n
Available Tools
Generate a security audit report for the n8n instance. Categories: credentials, database, nodes, filesystem, instance.
Get the schema for a credential type to understand required fields. Use before creating credentials.
Create a new n8n credential. Use get_credential_schema first to understand required fields.
Delete an n8n credential by ID. Only credential owner can delete.
Transfer an n8n credential to another project. Use list_projects to find valid project IDs.
List n8n workflow executions with optional filters for status, workflow, and project. Use includeData=true for full execution data.
Get a specific n8n execution by ID. Use includeData=true to include full execution data.
Delete an n8n execution by ID. Returns success status.
Retry a failed n8n execution. Use loadWorkflow=true to use latest workflow version instead of original.
List n8n projects. Returns paginated results.
Create a new n8n project for organizing workflows and credentials.
Update an n8n project name.
Delete an n8n project by ID.
List all n8n tags. Returns paginated results for organizing workflows.
Get a specific n8n tag by ID.
Create a new n8n tag for organizing workflows.
Update an existing n8n tag name.
Delete an n8n tag by ID. Returns success status.
List n8n users. Only available to instance owner. Returns paginated results.
Get an n8n user by ID or email. Only available to instance owner.
Create a new n8n user. Only available to instance owner.
Delete an n8n user by ID. Only available to instance owner.
Change an n8n user’s global role. Only available to instance owner.
List n8n environment variables. Requires Pro or Enterprise plan. Returns paginated results.
Create a new n8n environment variable. Requires Pro or Enterprise plan. Use list_variables to get the created variable’s ID.
Update an n8n environment variable. Requires Pro or Enterprise plan.
Delete an n8n environment variable by ID. Requires Pro or Enterprise plan.
List n8n workflows with optional filters for active status, tags, name, and project. Returns paginated results with cursor for next page.
Get a specific n8n workflow by ID. Returns full workflow definition including nodes, connections, and settings.
Create a new n8n workflow with nodes and connections. Returns the created workflow with assigned ID.
Update an existing n8n workflow. Fetches current workflow and merges changes. Returns updated workflow.
Delete an n8n workflow by ID. Returns success status.
Activate an n8n workflow to enable trigger-based execution. Returns updated workflow.
Deactivate an n8n workflow to stop trigger-based execution. Returns updated workflow.