Cards Read
cards_readList L2 coded claim-cards (claim + optional quote + chunk_index + lens + codes + start_seconds? + url). Filter by project_id, interview_id / interview_ids, codes (any match), or lens (workflow|gtm|privacy|other). CITATION REQUIRED: actively cite each card.quote to the user as markdown "verbatim quote" using item.url from the tool result (already absolute; includes ?t= when start_seconds is set). Prefer quotes over paraphrase. Verify with interviews_read action=transcript around_chunk_index when a wider quote window is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lens | No | Optional exact lens filter. | |
| codes | No | Optional code tags; any match (e.g. pain:synthesis, gtm:pricing). | |
| limit | No | Max cards to return (default 50, max 200). | |
| offset | No | Number of cards to skip (default 0). | |
| folder_id | No | Deprecated alias for project_id. | |
| project_id | No | Optional project UUID — cards from interviews in this project (alias: folder_id). | |
| interview_id | No | Optional interview UUID to scope cards. | |
| interview_ids | No | Optional interview UUIDs to scope cards. |