Create Project
create_projectCreates a new Premiere Pro project file at a specified path, enabling automated video project setup.
Instructions
Create a new Premiere Pro project at the specified path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full file path for the new .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. |