read_column
Retrieve all cards in a project column with optional state, milestone, limit, and offset filters. Use this to inspect Kanban column contents without extra API calls.
Instructions
Full content of every card in a column.
Args: state: 'open', 'closed', or 'all' (default). milestone: optional milestone id to restrict to. limit: max cards to read this call (None = no limit); offset to page.
⚠️ Network- and token-expensive. Avoid unless asked or necessary; use limit/offset to cap cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| limit | No | ||
| owner | Yes | ||
| state | No | all | |
| offset | No | ||
| column_id | Yes | ||
| milestone | No | ||
| project_id | Yes |