kanbn_status
Check Kanbn board status with optional filters for quiet, untracked, due, sprint, and date ranges to get task counts, overdue tasks, sprint stats, and untracked files.
Instructions
Check the current status of the Kanbn board, optionally scoped by the quiet, untracked, due, sprint and dates parameters (board detection checks the methods: initialised, initialized, isInitialized, isInitialised). The response is capped at 100KB by default (configurable via the KANBN_MAX_RESPONSE_SIZE environment variable, in bytes): oversized output automatically falls back to compact JSON, then is truncated with a truncation marker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Show overdue tasks and time remaining | |
| path | No | Path to the project root directory | |
| dates | No | Filter stats by a date range: a single ISO date or an array of two ISO dates | |
| quiet | No | Return partial status (task counts only) | |
| sprint | No | Show sprint stats for a named or numbered (1-based) sprint; defaults to the current sprint when omitted | |
| untracked | No | Include a list of untracked task files (with quiet, returns just that list) |