Skip to main content
Glama

ouroboros_session_signal_targets

List exact active AC attempts and their live SessionSignal modes for an execution to confirm valid signal targets before sending.

Instructions

List exact active AC attempts and each attempt's live SessionSignal capabilities for one execution before sending a signal. Advertised modes are valid direct requested modes for that exact attempt. One explicit fallback path is also valid: redirect may be requested while omitted from discovery only with fallback_mode=after_turn when after_turn is advertised, and the effective queued mode is after_turn. Shipped adapters currently do not advertise or effect redirect or replace; other unsupported requests fail closed. Match the user's intent to AC content, and ask only when multiple candidates remain genuinely ambiguous.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
execution_idYesExecution ID returned by run/auto/evolve/ralph start or its job observer.
Behavior5/5

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

With no annotations provided, the description fully carries the behavioral transparency burden. It discloses that advertised modes are valid direct requested modes, explains the one allowed fallback path (redirect with fallback_mode=after_turn only when after_turn is advertised), and states that shipped adapters do not support redirect/replace and that other unsupported requests fail closed. This gives an agent a clear understanding of the tool's behavior and constraints.

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

Conciseness4/5

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

The description is dense but each sentence adds essential information: the primary purpose, the validity of advertised modes, the explicit fallback path, and the failure behavior for unsupported requests. It is front-loaded with the main purpose and maintains a logical flow, though it is slightly longer than strictly necessary.

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?

Despite having no output schema, the description fully conveys what the tool returns (a list of active AC attempts with their SessionSignal capabilities), and it goes beyond basic expectations by explaining fallback semantics and unsupported-request behavior. Given the tool's complexity (one parameter, discovery-oriented), the description is adequately complete for an agent to select and invoke it correctly.

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

Parameters3/5

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

The input schema already provides a clear description for the single parameter execution_id ('Execution ID returned by run/auto/evolve/ralph start or its job observer'), and the tool description does not add further parameter-level detail. With schema description coverage at 100%, the description does not need to compensate, and the baseline score of 3 is appropriate.

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 begins with 'List exact active AC attempts and each attempt's live SessionSignal capabilities for one execution before sending a signal,' which clearly states a specific action (List), resource (AC attempts and their SessionSignal capabilities), and scope (for one execution). This explicit verb+resource+scope structure distinguishes it from sibling tools like ouroboros_session_signal (sending signals) and ouroboros_session_status (session status).

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?

The phrase 'before sending a signal' clearly indicates when to use this tool, and the description provides detailed context around valid fallback paths and unsupported requests, guiding when to ask the user for clarification. However, it does not explicitly name alternative tools or state when not to use this tool, so it just misses the highest bar.

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/Q00/ouroboros'

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