MCP Server Box

by box-community
Verified

box_search_tool

Search for files in Box using a query, specific file extensions, or folder IDs. Look for matches in file names, descriptions, content, comments, or tags to retrieve precise results.

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: str: The search results.

Input Schema

NameRequiredDescriptionDefault
ancestor_folder_idsNo
file_extensionsNo
queryYes
where_to_look_for_queryNo

Input Schema (JSON Schema)

{ "properties": { "ancestor_folder_ids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Ancestor Folder Ids" }, "file_extensions": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "File Extensions" }, "query": { "title": "Query", "type": "string" }, "where_to_look_for_query": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Where To Look For Query" } }, "required": [ "query" ], "title": "box_search_toolArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Server Box

Related Tools

ID: bosdsf8kvi