Kanban Board Statistics
kanban.statsGet a Kanban board summary: total cards, completed, incomplete, completion rate, and per-column breakdown. Use for dashboards or progress checks.
Instructions
Summarise a Kanban board: total cards, completed count, incomplete count, completion rate, and per-column breakdown. Use this for dashboards or progress checks where you don't need each card's full text. Read-only. Use kanban.parse when you need the actual card content.
Operates on the session-active vault (see vault.current — selectable via vault.select) unless an explicit vaultPath argument is passed, which always wins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path of the Kanban board note (`.md`). | |
| vaultPath | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | ||
| total | Yes | ||
| completed | Yes | ||
| incomplete | Yes | ||
| completionRate | Yes | Ratio 0..1 of completed to total cards. | |
| byColumn | Yes |