box_folder_set_description_tool
Set or update folder descriptions in Box to organize content and provide context for team collaboration.
Instructions
Sets the description of a folder in Box.
Args: ctx: Context: The context containing Box client information. folder_id (str): ID of the folder to set description for. description (str): Description text to set for the folder. Returns: dict[str, Any]: Dictionary containing the updated folder object or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| description | Yes |