Move Items To Bin
move_items_to_binMove multiple project items to a target bin by specifying item IDs and the destination bin. Organize Premiere Pro assets in one step.
Instructions
Move multiple project items to a target bin at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_ids | Yes | Array of node IDs or names of items to move | |
| target_bin | Yes | Name or node ID of the target 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. |