Save Project As
save_project_asSave the active Premiere Pro project to a specified file path, creating a copy at the new location while preserving the original.
Instructions
Save the current project to a new location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full file path to save the project to (e.g., '/Users/me/projects/MyProject.prproj') |
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. |