Rename Bin
rename_binRename any bin in the Premiere Pro project panel by providing its current ID or name and the new desired name. Keeps project organization accurate without manual folder edits.
Instructions
Rename a bin (folder) in the project panel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bin_id | Yes | Name or node ID of the bin to rename | |
| new_name | Yes | New name for the bin |
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. |