memory_events_poll
Retrieve memory events like shared-cache notifications using timestamp filters, tag-based filtering, and consumption status controls.
Instructions
Poll for memory events (e.g., shared-cache notifications).
Args: since_timestamp: Only return events after this timestamp (ISO format) tags_filter: Only return events with these tags (e.g., ["shared-cache"]) unconsumed_only: Only return unconsumed events (default: True)
Returns: Dictionary with count and list of events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since_timestamp | No | ||
| tags_filter | No | ||
| unconsumed_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |