read_project
Retrieve the full contents of a Forgejo project board, including all columns and cards. Use state, milestone, and pagination options to filter results and limit network usage.
Instructions
Full content of an entire board: every column and every card's content.
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 | ||
| milestone | No | ||
| project_id | Yes |