BOX_CLIENT_ID
: Your Box application client IDBOX_CLIENT_SECRET
: Your Box application client secretTool Name | Description |
---|---|
box_ai_extract_data | Extract data from a single file in Box using AI. |
box_ask_ai_tool | Ask box ai about a file in Box. |
box_ask_ai_tool_multi_file | Use Box AI to analyze and respond to a prompt based on the content of multiple files. |
box_authorize_app_tool | Authorize the Box application. |
box_docgen_create_batch_tool | Generate documents from a Box Doc Gen template using a local JSON file. |
box_docgen_get_job_tool | Fetch a single DocGen job by its ID. |
box_docgen_list_jobs_by_batch_tool | List all DocGen jobs that belong to a particular batch. |
box_docgen_list_jobs_tool | List all DocGen jobs for the current user (paginated). |
box_docgen_template_create_tool | Mark a file as a Box Doc Gen template. |
box_docgen_template_delete_tool | Unmark a file as a Box Doc Gen template. |
box_docgen_template_get_by_id_tool | Retrieve details of a specific Box Doc Gen template. |
box_docgen_template_list_jobs_tool | List all Doc Gen jobs that used a specific template. |
box_docgen_template_list_tags_tool | List all tags on a Box Doc Gen template. |
box_docgen_template_list_tool | List all Box Doc Gen templates accessible to the user. |
box_download_file_tool | Download a file from Box and return its content as a string. |
box_hubs_ask_ai_tool | Ask box ai about a hub in Box. |
box_list_folder_content_by_folder_id | List the content of a folder in Box by its ID. |
box_manage_folder_tool | Manage Box folders - create, delete, or update. |
box_read_tool | Read the text content of a file in Box. |
box_search_folder_by_name | Locate a folder in Box by its name. |
box_search_tool | Search for files in Box with the given query. |
box_upload_file_from_content_tool | Upload content as a file to Box using the toolkit. |
box_upload_file_from_path_tool | Upload a file to Box from a filesystem path. |
box_who_am_i | Get the current user’s information. |
box_ai_extract_data
fields
(string)file_id
(string)box_ask_ai_tool
file_id
(string)prompt
(string)box_ask_ai_tool_multi_file
file_ids
(array)prompt
(string)box_authorize_app_tool
box_docgen_create_batch_tool
destination_folder_id
(string)file_id
(string)user_input_file_path
(string)output_type
(string, optional)box_docgen_get_job_tool
job_id
(string)box_docgen_list_jobs_by_batch_tool
batch_id
(string)limit
(string, optional)marker
(string, optional)box_docgen_list_jobs_tool
limit
(string, optional)marker
(string, optional)box_docgen_template_create_tool
file_id
(string)box_docgen_template_delete_tool
template_id
(string)box_docgen_template_get_by_id_tool
template_id
(string)box_docgen_template_list_jobs_tool
template_id
(string)limit
(string, optional)marker
(string, optional)box_docgen_template_list_tags_tool
template_id
(string)limit
(string, optional)marker
(string, optional)template_version_id
(string, optional)box_docgen_template_list_tool
limit
(string, optional)marker
(string, optional)box_download_file_tool
file_id
(string)save_file
(boolean, optional)save_path
(string, optional)box_hubs_ask_ai_tool
hubs_id
(string)prompt
(string)box_list_folder_content_by_folder_id
folder_id
(string)is_recursive
(boolean, optional)box_manage_folder_tool
action
(string)description
(string, optional)folder_id
(string, optional)name
(string, optional)parent_id
(string, optional)recursive
(boolean, optional)box_read_tool
file_id
(string)box_search_folder_by_name
folder_name
(string)box_search_tool
query
(string)ancestor_folder_ids
(string, optional)file_extensions
(string, optional)where_to_look_for_query
(string, optional)box_upload_file_from_content_tool
content
(string)file_name
(string)folder_id
(string, optional)is_base64
(boolean, optional)box_upload_file_from_path_tool
file_path
(string)folder_id
(string, optional)new_file_name
(string, optional)box_who_am_i