mcp-n8n-builder

by spences10
Verified

list_workflows

Retrieve and filter all n8n workflows by ID, name, status, creation date, and tags. Use this tool to gain an overview before performing specific workflow operations.

Instructions

Lists all workflows from n8n with their basic information including ID, name, status, creation date, and tags. Use this tool to get an overview of available workflows before performing operations on specific workflows. Results can be filtered by active status, tags, or name.

Input Schema

NameRequiredDescriptionDefault
activeNoFilter by active status
nameNoFilter by workflow name
tagsNoFilter by tags (comma-separated)
verbosityNoOutput verbosity level (concise or full). Default is concise which preserves context window space. Use full when you need complete workflow details.

Input Schema (JSON Schema)

{ "properties": { "active": { "description": "Filter by active status", "type": "boolean" }, "name": { "description": "Filter by workflow name", "type": "string" }, "tags": { "description": "Filter by tags (comma-separated)", "type": "string" }, "verbosity": { "description": "Output verbosity level (concise or full). Default is concise which preserves context window space. Use full when you need complete workflow details.", "enum": [ "concise", "full" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from mcp-n8n-builder

Related Tools

ID: hk5pjh6zd6