box_list_folder
ActiveTool of Box
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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Box
https://github.com/pipeworx-io/mcp-box
1/7 registries