List Cards
list_cardsFilter and view project cards in Codecks by deck, status, priority, owner, or search terms to manage tasks and track progress.
Instructions
List cards. Filters combine with AND.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deck | No | Filter by deck name | |
| status | No | Comma-separated: not_started, started, done, blocked, in_review | |
| project | No | Filter by project name | |
| search | No | Search in title and content | |
| milestone | No | Filter by milestone name | |
| tag | No | Filter by tag name | |
| owner | No | Owner name, or 'none' for unassigned | |
| priority | No | Comma-separated: a, b, c, null | |
| sort | No | ||
| card_type | No | ||
| hero | No | Filter by hero card UUID | |
| hand_only | No | ||
| stale_days | No | Cards not updated in N days | |
| updated_after | No | YYYY-MM-DD | |
| updated_before | No | YYYY-MM-DD | |
| archived | No | ||
| include_stats | No | ||
| limit | No | ||
| offset | No |