capture_timeline
Capture screen recordings for temporal analysis by LLMs in a single API call. Use for short durations when immediate JSON output is preferred over session-based transfers.
Instructions
Capture a timeline in a single call.
Prefer this tool for short timelines when a one-shot JSON payload is acceptable.
For larger timeline payloads or safer transport, use the session flow:
start_timeline_capture -> get_timeline_manifest -> get_timeline_chunk -> release_timeline_capture.
Max duration is enforced by source constant
TIMELINE_MAX_DURATION_SECONDS.Capture rate is fixed by source constant
TIMELINE_FPS(images/second).Output is optimized for temporal reasoning by an LLM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration_seconds | Yes | ||
| monitor_index | No | ||
| image_format | No | jpeg | |
| max_width | No | ||
| quality | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||