Create Project Backup
create_project_backupCreate a byte-verified backup of an existing Premiere Pro project file without opening or modifying it, avoiding filename collisions by placing the copy beside the original.
Instructions
Create a collision-safe, byte-verified backup beside an existing .prproj file without opening or modifying the source project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Absolute or working-directory-relative path to an existing .prproj file |
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. |