You're viewing a demo portfolio

Join the waitlist
PRSM

box_search

Active

Tool of Box

declared in 0.1.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Box

https://github.com/pipeworx-io/mcp-box

1/7 registries
View full server →
box_search — Box — PRSM MCP