box_file_set_description_tool
Update file descriptions in Box to organize content and improve searchability by adding context and metadata to files.
Instructions
Set or update the description of a file in Box. Args: file_id (str): The ID of the file to update. description (str): The new description for the file. Returns: dict[str, Any]: Dictionary containing the updated file information.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| description | Yes |