Get Recent Eos Status Feedback
eos_get_statusRead back recent OSC feedback from an ETC Eos console, including active cue, command line, and live/blind state. Filter by address or limit entries to inspect the latest status messages.
Instructions
Read back recent OSC feedback Eos has sent (active cue, command line text, live/blind state, etc). Eos pushes this asynchronously — this tool returns whatever has arrived so far in this session, not a live query, so call it shortly after an action if you want to see its effect.
Args:
filter (string, optional): Only return feedback whose address contains this substring, e.g. "active/cue" or "out/cmd". Omit for everything.
limit (number, optional): Max entries to return, most recent last. Default 20.
Returns: JSON array of {address, args, receivedAt} entries. Empty array means either nothing has happened yet or Eos's OSC TX isn't reaching this server (check host/ports and that {OSC TX} is enabled on Eos).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| filter | No | Substring to match against the OSC address, e.g. "active/cue" |