box_folder_copy_tool
Copy folders within Box to new locations, optionally renaming them during the transfer.
Instructions
Copies 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 copy. Can be string or int. destination_parent_folder_id (str): ID of the destination parent folder. Can be string or int. name (str, optional): New name for the copied folder. If not provided, original name is used. Returns: dict[str, Any]: Dictionary containing the copied folder object or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| destination_parent_folder_id | Yes | ||
| name | No |