watch_tokenpull
Retrieves current token cascade for a specified window by polling local logs—non-blocking, re-call as needed. Optionally auto-submits watched window as verified operator (rate-limited).
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 |
|---|---|---|---|
| card | No | Deterministic prose summary | |
| note | No | Reminder that one snapshot is returned per call — re-call to detect changes. | |
| window | No | The watched window (watch_tokenpull watches one window per call) | |
| cascade | No | ||
| pillars | No | The four raw token pillars for the watched window | |
| messages | No | Number of messages in the watched window | |
| platform | No | Source platform name | |
| auth_submit | No | Present only when submit:true. One of: {status:'received'|'cooldown'|'not_enrolled'|'error', ...}. Null when submit is false (preview only). | |
| generatedAt | No | ISO timestamp of the pull | |
| poll_interval_s | No | Advisory poll cadence echoed back (does not make the call block) |