box_search_tool
Search for files in Box using specific query, file extensions, and content types. Filter results by folder IDs to locate precise information across names, descriptions, content, comments, or tags.
Instructions
Search for files in Box with the given query.
Args: query (str): The query to search for. file_extensions (List[str]): The file extensions to search for, for example *.pdf content_types (List[SearchForContentContentTypes]): where to look for the information, possible values are: NAME DESCRIPTION, FILE_CONTENT, COMMENTS, TAG, ancestor_folder_ids (List[str]): The ancestor folder IDs to search in. return: List[dict]: The search results.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ancestor_folder_ids | No | ||
file_extensions | No | ||
query | Yes | ||
where_to_look_for_query | No |