List Nodes
list_nodesRetrieve workflow nodes with filters for type, status, tags, and git branch to access persistent project state across sessions.
Instructions
List nodes with filtering by type, status, tags, and git branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags (matches nodes having ALL specified tags). | |
| type | No | Optional node type to filter by. | |
| limit | No | Maximum number of results. Defaults to 50. | |
| offset | No | Pagination offset. Defaults to 0. | |
| status | No | Optional status to filter by. | |
| compact | No | If true, metadata is omitted to optimize LLM token consumption. Defaults to false. | |
| project | No | Optional project identifier. | |
| git_branch | No | Optional Git branch name to filter by. Defaults to the active branch. Use "*" to list across all branches. |