watch_tokenpull
Pulls local token logs to return cascade data for a chosen window and platform; optionally submits verified data to the board.
Instructions
One poll per call: pulls your local token logs and returns the current cascade for the watched window — the tool never blocks or loops. Re-call at your desired cadence to watch for changes (interval_s is advisory only and echoed back as poll_interval_s). With submit:true (and an enrolled device) each call may also sign + publish the watched window to the board, rate-limited to once per 5 min per platform+window; default is preview-only (no submit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| submit | No | auto-submit the watched window to the board as a VERIFIED operator each poll (requires `enroll`; default false = preview only) | |
| window | No | which window to watch (default: 7d — most sensitive to recent activity) | |
| platform | No | platform to watch (default: claude) | |
| interval_s | No | advisory poll cadence in seconds (default: 60, min: 10) — echoed back as poll_interval_s; does not make the call block or loop |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| windows | No | Per-window token usage + cascade results | |
| platform | No | Source platform name | |
| generatedAt | No | ISO timestamp of the pull |