Recent DualStream events
get_recent_eventsFetch buffered control events (scene changes, clip saves, stream events) oldest first. Pass since_seq to retrieve only new events; if truncated, resync via get_state_snapshot.
Instructions
Poll buffered control events (scene_activated, scenes_changed, scene_renamed, clip_saved, stream_event, resync_required), oldest first. Pass since_seq from your last call to receive only new events; truncated=true means events were evicted and you should resync with get_state_snapshot. Timestamps are receipt times stamped by this MCP server. event.stream_event entries are platform events (follows/subs/raids/…) that matched an enabled automation; use this for catch-up ('what happened this stream?'); use wait_for_event to react live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum events to return (default 50). | |
| since_seq | No | Return only events with seq greater than this (default 0). |