Skip to main content
Glama

MCP Server Box

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

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/box-community/mcp-server-box'

If you have feedback or need assistance with the MCP directory API, please join our Discord server