You're viewing a demo portfolio

Join the waitlist
PRSM

box_list_folder

Active

Tool of Box

declared in 0.1.0

List the files and subfolders inside a Box (enterprise cloud storage) folder. Pass a folder id, or omit it to list the root folder ("0"). Returns each item's id, type (file or folder), name, size in bytes, and last-modified time. Use to browse a user's Box documents and files.

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum number of items to return (default 100, max 1000)."
    },
    "folder_id": {
      "type": "string",
      "description": "The Box folder id to list. Defaults to \"0\", the root folder."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Box

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

1/7 registries
View full server →