get_folder_tree
Generate a visual tree structure of SharePoint folders to analyze and understand document organization hierarchies.
Instructions
Get a recursive tree view of folders in SharePoint. Useful for understanding folder structure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_folder | No | Starting folder path. Leave empty for root. | |
| max_depth | No | Maximum depth to traverse (default: 3) |