get_board
Read a kanban board and get its status columns plus every issue/PR card, including number, title, state, repo, labels, and column. Needs project_id obtained from list_boards.
Instructions
Read one board: its Status columns and every issue/PR card on it.
``project_id`` is the opaque node id from ``list_boards`` (e.g. ``PVT_…``).
Each card carries its ``number``, ``title``, ``state``, ``repo``, ``labels``
and the ``status_name`` column it sits in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||