ingest_event
Ingest a single tool event into a session to support retry loop detection and iteration pattern analysis in agentic coding workflows.
Instructions
Ingest a single tool event into a session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | success|error|timeout | success |
| tool_name | Yes | Name of the tool invoked | |
| session_id | Yes | Target session UUID | |
| tool_input | No | Tool input payload | |
| duration_ms | No | Duration in ms | |
| source_type | No | Source type | claude_code |
| tool_output | No | Tool output payload (optional) |