box_folder_favorites_add_tool
Add a Box folder to your favorites list for quick access. This tool marks folders as favorites using the Box API.
Instructions
Adds a folder to the user's favorites in Box.
Args: ctx: Context: The context containing Box client information folder_id (str): ID of the folder to add to favorites.
Returns: dict[str, Any]: Dictionary containing the updated folder object or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes |