td_monitor_visual
Monitor a TOP path periodically, capturing frames at set intervals with adjustable JPEG quality. Control token usage by omitting base64 image data by default, enabling it only when pixel-level analysis is needed.
Instructions
Start periodic monitor for a TOP.
Default mode omits base64 frames to keep token usage low.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | TOP path to monitor. | |
| quality | No | JPEG quality. | |
| interval | No | Capture interval seconds. | |
| auto_analyze | No | Auto analyze each capture if sampling available. | |
| include_image | No | When false (default), monitor events omit base64 image data to reduce token usage. Set true only when you explicitly want frame payloads in context. | |
| analysis_prompt | No | Optional analysis prompt. | |
| confirm_high_token_mode | No | Must be true when include_image=true. This is an explicit acknowledgement that continuous image payloads can consume many tokens. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |