agent_notifications
Check backlog counts and priorities without loading message bodies. Use for cheap state checks after wake-up, then fetch details only when needed.
Instructions
Get durable backlog counts and priorities without loading message bodies.
Use this for cheap state checks or after a listener wake-up. The sequence
cursor is monotonic. has_room_activity means the joined rooms changed after
the cursor; has_new independently means this Agent still has an unacked
delivery. Call agent_wait or paginated agent_history only when needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after_sequence | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||