Set Work Area
set_work_areaDefine the timeline work area by setting in and out points in seconds, so playback and export focus only on the selected range.
Instructions
Set the work area (bar) in and out points
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| in_seconds | Yes | Work area in-point in seconds | |
| out_seconds | Yes | Work area out-point in seconds |
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. |