list_workflows
Retrieve and filter workflows by active status, tags, or name to get essential details like ID, name, status, and creation date for targeted 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
Name | Required | Description | Default |
---|---|---|---|
active | No | Filter by active status | |
name | No | Filter by workflow name | |
tags | No | Filter by tags (comma-separated) | |
verbosity | No | Output verbosity level (concise or full). Default is concise which preserves context window space. Use full when you need complete workflow details. |