debug_traces
Retrieve and search trace events from live sessions, filter by type, agent, text, error, or session to debug failures.
Instructions
[Arch Debug] Arch connects to live sessions, traces failures, and inspects execution state. Get and search trace events. Filter by type, agent, text, error, or session. With no search filters (text/agentName/hasError), returns recent events. With search filters, searches across stored events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to search for in event data | |
| limit | No | Maximum number of events to return (default: 50) | |
| types | No | Filter by event types | |
| hasError | No | Filter for error events only | |
| agentName | No | Filter by agent name | |
| sessionId | No | Filter by or search within a specific session |