Get Board Briefing
get_board_stateUse this when the user asks 'what's on my board?', 'what am I working on?', or any question that needs the shape of the whole board. By default returns a digest: how many tasks there are, the columns and their counts, projects, the active sprint, everything currently in Doing, what is overdue, what is next in Todo, and what closed recently — enough to answer most questions in a fraction of the context. Drill down with list_tasks (by column, sprint or project) or search; use detail:'full' only when you genuinely need every field of every task, which on a large board can exceed a client's response limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | How much to return. 'digest' (default) is a briefing about the board; 'full' is every field of every task, capped at 200 tasks. |