box_search
ActiveTool of Box
Search a user's Box (cloud storage) account for files and folders matching a query string across names and content. Optionally restrict to only files or only folders. Returns matching items with id, type, name, size, and last-modified time. Use to find documents by keyword.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"type": {
"enum": [
"file",
"folder"
],
"type": "string",
"description": "Optional filter: restrict results to \"file\" or \"folder\"."
},
"limit": {
"type": "number",
"description": "Maximum number of results to return (default 30, max 200)."
},
"query": {
"type": "string",
"description": "Free-text search query matched against Box file and folder names and content."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Box
https://github.com/pipeworx-io/mcp-box
1/7 registries