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
Name | Required | Description | Default |
---|---|---|---|
folder_id | Yes | ||
is_recursive | Yes |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Server Box
Related Tools
- @box-community/mcp-server-box
- @box-community/mcp-server-box
- @box-community/mcp-server-box
- @box-community/mcp-server-box
- @delano/postman-mcp-server