Skip to main content
Glama

MCP Server Box

box_list_folder_content_by_folder_id

Retrieve folder contents in Box by specifying the folder ID, optionally listing files and subfolders recursively. Outputs detailed JSON data including IDs, names, types, and descriptions.

Instructions

List the content of a folder in Box by its ID.

Args: folder_id (str): The ID of the folder to list the content of. is_recursive (bool): Whether to list the content recursively.

return: dict: The content of the folder in a json string format, including the "id", "name", "type", and "description".

Input Schema

NameRequiredDescriptionDefault
folder_idYes
is_recursiveNo

Input Schema (JSON Schema)

{ "properties": { "folder_id": { "title": "Folder Id", "type": "string" }, "is_recursive": { "default": false, "title": "Is Recursive", "type": "boolean" } }, "required": [ "folder_id" ], "title": "box_list_folder_content_by_folder_idArguments", "type": "object" }

Other Tools from MCP Server Box

Related Tools

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