list_document_folders
Retrieve document folders from IT Glue with filters for organization, parent folder, and pagination. Choose full, compact, or summary output to get exactly the folder data you need.
Instructions
List document folders from IT Glue.
Args: organization_id: Filter by organization ID parent_folder_id: Filter by parent folder ID page: Page number (starts at 1) page_size: Number of results per page (max 1000) output_format: Output format - "full" (all fields), "compact" (key fields only), or "summary" (counts and IDs only). Default: compact save_to_file: If True, saves full results to a temp file and returns the path for jq processing
Returns: JSON string with list of document folders
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No | ||
| save_to_file | No | ||
| output_format | No | compact | |
| organization_id | No | ||
| parent_folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |