box_folder_rename_tool
Rename folders in Box by providing the folder ID and new name to update organization and clarity in your file structure.
Instructions
Renames a folder in Box.
Args: ctx: Context: The context containing Box client information. folder_id (str): ID of the folder to rename. new_name (str): New name for the folder. Returns: dict[str, Any]: Dictionary containing the renamed folder object or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| new_name | Yes |