Capture Frame
capture_frameCapture the current frame as inline image data to visually inspect the timeline's state at a specific time or playhead position.
Instructions
Capture the current frame and return it as inline image data for the LLM to see. This lets the AI visually inspect the current state of the timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_seconds | No | Time position in seconds to capture. Uses current playhead if omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |