box_folder_move_tool
Move folders to different locations in Box by specifying folder ID and destination parent folder ID. This tool organizes your Box storage by relocating folders within the platform.
Instructions
Moves a folder to a new location in Box.
Args: ctx: Context: The context containing Box client information. folder_id (str): ID of the folder to move. destination_parent_folder_id (str): ID of the destination parent folder. Returns: dict[str, Any]: Dictionary containing the moved folder object or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| destination_parent_folder_id | Yes |