list_boards
List all sprints (boards) for a HacknPlan project, with pagination and optional slim mode returning index of IDs and names.
Instructions
List all boards (sprints) for a project. Returns { items, total, offset, limit, hasMore, index? }. In slim mode, includes index array of [id, name] pairs for all boards (not just current page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (default: 50, max: 200) | |
| offset | No | Skip first N items (default: 0) | |
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) | |
| verbosity | No | Output verbosity: "full" (complete objects) or "slim" (minimal fields). Defaults to global setting. |