quip_browse_folder_tree
Recursively browse a Quip folder hierarchy to display documents and subfolders as an indented tree. Provide a folder ID and optional max depth for control.
Instructions
Recursively browse a Quip folder hierarchy, showing documents and subfolders as an indented tree
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | The ID of the root folder to browse | |
| max_depth | No | Maximum depth to recurse (default 3) |