box_search_tool
Search Box files by name, content, tags, or comments using specific file extensions and folder locations to find relevant documents quickly.
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 |
|---|---|---|---|
| query | Yes | ||
| file_extensions | No | ||
| where_to_look_for_query | No | ||
| ancestor_folder_ids | No |