box_file_rename_tool
Rename files stored in Box by specifying the file ID and new name to update file information in the cloud storage system.
Instructions
Rename a file in Box. Args: file_id (str): The ID of the file to rename. new_name (str): The new name for the file. Returns: dict[str, Any]: Dictionary containing the renamed file information.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| new_name | Yes |