n8n_list_workflows
List n8n workflows filtered by name, tags, active state, or limit. Returns id, name, active status, tags, and update timestamp.
Instructions
List n8n workflows with optional filters. Returns id, name, active state, tags, updatedAt. Use n8n_get_workflow to pull the full definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Case-insensitive substring match on workflow name. | |
| tags | No | Comma-separated tag names to filter by. | |
| limit | No | Max rows (default 100). | |
| active | No | Filter by active state. Omit for all. |