td_capture_and_analyze
Inspect a TOP node by capturing its current frame, cooking information, and error state; optionally add AI analysis for deeper insight.
Instructions
Capture a TOP frame together with cooking + error state, plus optional AI analysis.
Use this when you want one call that folds the screenshot together with cooking info and node errors (and, if sampling is supported, an AI read of the frame). Prefer td_screenshot for a bare inline frame; prefer td_capture_frame for a metadata-first capture without the extra cooking/error probes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to TOP node to capture. | |
| analyze | No | Request AI analysis if sampling is supported. | |
| quality | No | JPEG quality 0.0-1.0. | |
| compare_with | No | Optional resource URI to compare against. | |
| analysis_prompt | No | Custom analysis prompt. | |
| confirm_image_capture | No | Must be true to execute the capture. This is an explicit acknowledgement that image payloads can consume tokens. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |