Read a naming kanban board
list_name_candidatesList a project's name candidates with kanban status, rank, notes, and evidence. Filter by status to review shortlisted or finalist names.
Instructions
Read one project's candidate kanban. Returns each persisted name with its status, rank, notes, attached research evidence, originating recipe, generation provenance, and an updatedAt timestamp you pass back to move_name_candidates or rank_name_candidates to guard against stale writes. Filter by status to review a single column, such as just the shortlisted or finalist names. Read-only, paginated, and free. Requires the naming:read scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1-100. | |
| offset | No | Start index for paging, default 0. | |
| statuses | No | Return only these kanban columns. Omit for the whole board. | |
| projectId | Yes | Owned naming project id from list_naming_projects. |