box_folder_info_tool
Retrieve detailed information about a specific Box folder using its unique folder ID to access metadata, contents, and properties for file management.
Instructions
Retrieve information about a specific folder in Box.
Args: ctx: Context: The context containing Box client information folder_id (str): ID of the folder to retrieve information for. Returns: dict[str, Any]: Dictionary containing folder information or error message.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes |