← Back to all apps

Box

Ask questions about your enterprise content, get insights from unstructured data, automate content workflows, and access other features from the Box platform.

4ChatGPT Tools
20Claude Tools

Use Cases

data

Available Tools

Fetch

fetch
Full Description

Fetch a file's textual content from Box by url. Will make an extra metadata request to determine file type. If download_raw_file is set to True, the file will be downloaded as a raw file. Otherwise, the file will be displayed as text.

Parameters (1 required, 1 optional)
Required
urlstring
Optional
download_raw_fileboolean
Default: False

Get Profile

get_profile
Full Description

Return profile details for the current Box user.

List Recent Files

list_recent_files
Full Description

Return the most recent files the user has access to.

Parameters (1 required)
Required
top_kinteger

Search

search
Full Description

Search Box files by keyword.

Only returns files we can attempt to fetch as text (txt/pdf/docx/pptx/xlsx).

Queries work best with short, distinctive terms focused on filenames or metadata. Example queries: `"annual report", "Q2 planning notes"`. Recency filtering is not currently supported.

Parameters (1 required, 2 optional)
Required
querystring
Optional
recency_daysinteger
Default: null
topninteger
Default: 20