yaaif_ops_telemetry
Fetch detailed telemetry data—messages, events, flow events, insights, and logs—for post-analysis troubleshooting. Use session or run IDs to drill down and inspect specific operations.
Instructions
READ-ONLY: unified telemetry drill-down via agent-service /api/ops (proxies telemetry-service). resource=messages|events|flow_events|insights|desktop_logs|ambient_logs. Prefer after yaaif_ops_analyze.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| resource | Yes | ||
| max_chars | No | Soft JSON size cap for the tool result | |
| max_items | No | Cap items/events/logs arrays (default 40) | |
| request_id | No | Required for flow_events | |
| session_id | No | Required for messages, events, insights (comma-separated ok for insights) | |
| include_raw | No | ||
| summary_only | No | Prefer compact links/failures (default true for analyze) | |
| ambient_run_id | No | Required for ambient_logs | |
| desktop_run_id | No | Required for desktop_logs |