box_search_tool
Search Box files using a specific query, file extensions, content types, or within designated folders to retrieve relevant results efficiently.
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 |