Set Scratch Disk Path
set_scratch_disk_pathSet the scratch disk path for specific media types like video previews, captures, or auto-saves to control where Premiere Pro stores temporary files.
Instructions
Set the scratch disk path for a specific media type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full directory path for the scratch disk | |
| scratch_disk_type | Yes | Type: 'capturedVideo', 'capturedAudio', 'videoPreview', 'audioPreview', 'autoSave', 'ccLibraries' |
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. |