debug_wake_pipeline
Simulates a wake trigger to test the full activation pipeline, checking callback registration, rule matching, and monitor status. Identifies where the pipeline is broken.
Instructions
Simulate a wake trigger to debug the wake pipeline.
Creates a fake message from the given target_id and target_type and checks: is the callback registered, does any rule match the fake message, is the monitor currently pending or running. Then invokes the callback to exercise the full activation pipeline. The response fields (callback_set, matches_rules, pending, running, callback_invoked) tell you exactly where the pipeline is broken. Use diagnose_wake for a read-only snapshot without triggering the callback.
Read-only with respect to QQ. May invoke the wake callback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_type | No | private | |
| target_id | No | 3838379219 |