MCP Server Box

by box-community
Verified

box_list_folder_content_by_folder_id

Retrieve the content of a Box folder using its ID, including file and subfolder details, with optional recursive listing. Outputs data in JSON format for easy integration.

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: str: The content of the folder in a json string format, including the "id", "name", "type", and "description".

Input Schema

NameRequiredDescriptionDefault
folder_idYes
is_recursiveYes

Input Schema (JSON Schema)

{ "properties": { "folder_id": { "title": "Folder Id" }, "is_recursive": { "title": "is_recursive", "type": "string" } }, "required": [ "folder_id", "is_recursive" ], "title": "box_list_folder_content_by_folder_idArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Server Box

Related Tools

ID: bosdsf8kvi