box_file_upload_tool
Upload text or binary files to Box cloud storage by specifying content, filename, and destination folder ID.
Instructions
Upload content as a file to Box.
Args: content (str | bytes): The content to upload. Can be text or binary data. file_name (str): The name to give the file in Box. parent_folder_id (str): The ID of the destination folder. Defaults to root ("0").
Returns: dict[str, Any]: Information about the uploaded file including id and name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| file_name | Yes | ||
| parent_folder_id | Yes |