taskops_board
Check the current board pulse to see what's waiting, grouped by action needed: merge, mentions, review, changes, or blocked.
Instructions
THE pulse: what the board is waiting for, grouped by the move each card needs (MERGE, MENTIONS, REVIEW, CHANGES, STALLED, TAKE, DOING, REVIEWING, BLOCKED). Open every turn with this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tz | No | timezone the days and months are cut in, e.g. Europe/Madrid (default UTC) | |
| actor | No | who is speaking, when it is not the session's own identity. Sub-agents share the session's ONE MCP server, so a spawned worker MUST pass the agent:<dev>/<name> its brief names on EVERY taskops call — without it the board hears the orchestrator. | |
| window | No | hours over "7d" (the last N calendar days), "month" (this month so far), "2026-07" (that calendar month) or "total" (the whole log) | |
| milestone | No | ms-… one chapter, * the whole board; default: the open one | |
| repo_path | No | another project's board, by any path inside it. Default: the board this server started in. The host runs ONE MCP server per session, pinned to the directory it opened, so without this a second project is unreachable and the work leaves through curl instead of the tools. |