get_kanban_statistics_tool
Get comprehensive Kanban board statistics: total, completed, and incomplete card counts, per-column completion rates, and overall progress percentage.
Instructions
Get comprehensive statistics for a Kanban board (filesystem-native, offline).
Analyzes the board and provides:
Total cards, completed, incomplete counts
Per-column card counts and completion rates
Overall board completion percentage
Column names and structure
When to use:
Project progress tracking
Sprint velocity analysis
Board health monitoring
Generating board reports
Performance:
Boards with 100 cards: < 500ms
Boards with 1,000 cards: < 5 seconds
Returns: Comprehensive board statistics with counts and percentages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to Kanban board file (relative to vault) | |
| vault_path | No | Path to vault (optional, uses OBSIDIAN_VAULT_PATH env if not provided) | |
| ctx | No |