tandem_channel
Verify and recover Claude Code event push delivery by probing channels, acknowledging tokens, listing pending events, and replaying missed events; polling always stays available.
Instructions
Manage optional Claude Code Channels push delivery; ordinary polling always remains available.
probe sends a receipt challenge only through the channel; ack with its probe_token confirms delivery. watchdog_token acknowledges an actual independent hook wake, never a tool-response assertion. ack with event_id acknowledges a webhook. pending lists unacknowledged events (include_previous explicitly includes earlier sessions). recover replays one event_id or a completed task_id; never changes task outcomes or reruns work. Token-file contents are secret.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| action | No | status | |
| task_id | No | ||
| event_id | No | ||
| probe_token | No | ||
| watchdog_token | No | ||
| include_previous | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||