box_file_move_tool
Move files between folders in Box by specifying file and destination folder IDs. This tool transfers files to new locations within your Box storage.
Instructions
Move a file to a specified destination folder in Box. Args: file_id (str): The ID of the file to move. destination_folder_id (str): The ID of the destination folder. Returns: dict[str, Any]: Dictionary containing the moved file information.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| destination_folder_id | Yes |