Create Bin
create_binCreate a new bin in the project panel to organize media and sequences. Optionally specify a parent bin to nest the folder within existing structure.
Instructions
Create a new bin (folder) in the project panel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the new bin | |
| parent_bin | No | Optional parent bin name or node ID. Creates in root if omitted. |
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. |