n8n_list_workflows_summary
Browse n8n workflows using minimal data: id, name, active, tags, updatedAt. Consumes 90% fewer tokens than full listings.
Instructions
List workflows with minimal data (id, name, active, tags, updatedAt only). Recommended for browsing and listing - uses 90% fewer tokens than n8n_list_workflows. Use n8n_get_workflow to fetch full details of a specific workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by workflow name | |
| tags | No | Filter by tag ID | |
| limit | No | Number of results (max 250) | |
| active | No | Filter by active status | |
| cursor | No | Pagination cursor | |
| projectId | No | Filter by project ID |