Delete Bin
delete_binDelete a bin from the Premiere Pro project panel by providing its name or node ID, removing unwanted folders to keep the project organized.
Instructions
Delete a bin (folder) from the project panel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bin_id | Yes | Name or node ID of the bin to delete |
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. |