Skip to main content
Glama

Get Recent Eos Status Feedback

eos_get_status
Read-onlyIdempotent

Read 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

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
filterNoSubstring to match against the OSC address, e.g. "active/cue"
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description enriches the annotations (readOnlyHint, idempotentHint, etc.) with important behavioral details: the asynchronous/non-live nature, session-scoped buffering, and the meaning of an empty array (including a troubleshooting hint about OSC TX connectivity). This goes significantly beyond what annotations alone convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured: a one-sentence purpose statement, a two-sentence usage caveat, and clearly labeled Args/Returns sections. Every sentence contributes meaningful information, with no filler or repetition of schema details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (read-only, 2 optional params, no output schema), the description covers everything needed: what it does, when to use it, parameter semantics, return format, and how to interpret empty results. The troubleshooting note about OSC TX adds completeness that the annotations cannot provide.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds practical meaning to both parameters: filter with substring examples and the "Omit for everything" behavior, and limit with "most recent last" ordering plus the default (which matches the schema). The schema already documents filter and limit's default/range, but the description clarifies usage semantics and return-order expectations.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb+resource: "Read back recent OSC feedback Eos has sent," with concrete examples (active cue, command line text, live/blind state). This clearly distinguishes it from the sibling tools, which are all control/action tools (e.g., eos_fire_cue, eos_go, eos_set_channel_level) rather than status reads.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

States a clear usage context: Eos pushes asynchronously, so the tool returns whatever has arrived so far and should be called shortly after an action to see the effect. While it doesn't explicitly describe alternatives, the sibling list contains no competing read-status tool, making the intended use unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ReynoldsProductions/ETC-EOS-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server