List work cards
project_card_listFilter and list project cards by status, area, type, priority, parent, or claim before starting work. Use project_search when full-text search is needed.
Instructions
List cards filtered by status, area, type, priority, parent or claim. Use before starting work; use project_search for full-text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Keep only these areas. Project-declared, so the accepted values vary; project_workspace reports them. | |
| tags | No | Keep cards carrying any of these tags. | |
| type | No | Keep only these card types. One of: epic, idea, feature, bug, task, audit, docs, chore. | |
| limit | No | Maximum cards to return. | |
| offset | No | Skip this many matches before the page starts. | |
| parent | No | Keep only direct children of this card ID. | |
| status | No | Keep only these statuses; any match passes. One of: backlog, next, doing, review, blocked, deferred, done, discarded. | |
| priority | No | Keep only these priorities. One of: critical, high, medium, low. | |
| claimedBy | No | Keep only cards claimed by this actor. | |
| unclaimed | No | Keep only cards nobody has claimed. | |
| updatedSince | No | Only records updated on or after this date. YYYY-MM-DD; an RFC 3339 timestamp is read as its date. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum this page could contain. | |
| total | Yes | Matches before offset and limit were applied. | |
| offset | No | Offset this page started at. | |
| records | Yes | Cards matching the filters, in list projection. |