Get Board
get_boardDisplay a board for a specified effort, showing one line per ticket with id, title, kind, status, and edges, and highlighting the frontier. Ticket bodies are not included.
Instructions
An Effort's Destination, then one line per Ticket — id, title, kind, status, Edges — with the Frontier marked. Never returns bodies; fetch those with get_tickets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Workspace directory. Defaults to the session workspace. | |
| effort | Yes | Effort slug, as reported by list_efforts. |