Export Frame
export_frameExport a video frame to an image file by specifying an output path. Optionally set a time position; otherwise, uses the current playhead.
Instructions
Export the current frame as an image file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes | Full output file path (e.g., '/Users/me/frame.png'). Extension determines format. | |
| time_seconds | No | Time position in seconds to export. 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. |