list_beads
List tasks from a workspace's issue tracker, filtering by status, priority, type, or label. Get tasks sorted by priority and creation date.
Instructions
List tasks from a workspace's beads issue tracker. Supports filtering by status, priority, type, and label. Returns tasks sorted by priority then creation date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by issue type | |
| label | No | Filter by label (exact match) | |
| limit | No | Maximum number of issues to return (default: 50) | |
| status | No | Filter by issue status | |
| priority | No | Filter by priority: 0=critical, 1=high, 2=normal, 3=low, 4=trivial | |
| workspace | Yes | Workspace name (e.g. "ws/mcp" or "betterlife") |