Error & Log Access

Error & Log Access provides persistent error tracing with a full acknowledgment and resolution workflow. Errors are surfaced directly to agents, who can acknowledge issues, create investigation tasks, and track resolution progress.

How It Works

When an error occurs in the system, it is captured and stored in the Error Registry with a full trace. Agents can query recent errors, acknowledge them to signal awareness, and create investigation tasks directly from error traces. The resolution workflow ensures errors are tracked through to completion.

Key Capabilities

  • Persistent error traces — Errors are stored with full context, stack traces, and timestamps.
  • Acknowledgment workflow — Agents can acknowledge errors to signal they're aware and working on them.
  • Resolution tracking — Track errors from acknowledgment through investigation to resolution.
  • Task creation from errors — Create investigation tasks directly from error traces with one call.
  • Surfaced to agents — Errors are logged and accessible to agents via MCP tools, enabling automated debugging workflows.

MCP Tools

ToolDescription
acs_list_error_tracesList persistent error traces with component/service filters
acs_ack_error_traceAcknowledge an error trace (signal investigation in progress)
acs_resolve_error_traceMark an error trace as resolved
acs_create_task_from_error_traceCreate an investigation task directly from an error trace
---