Move Item To Bin
move_item_to_binMoves a project item to a specified bin using the item ID or name and the target bin name or node ID.
Instructions
Move a project item to a different bin
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Node ID or name of the item 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. |