list_document_folders
Retrieve document folders for an organization in IT Glue, returning folder names and IDs. Provide an organization ID and optionally filter by name or paginate results.
Instructions
List document folders for an organization in IT Glue, returning their names and IDs. Works with your API key on tenants where IT Glue exposes the Document Folders resource (rolling out across tenants in 2026). If the API key is rejected, a JWT is used as a fallback (configure via ITGLUE_JWT env var or X-ITGlue-JWT header, or paste one when prompted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional name filter (partial match) | |
| page_size | No | Number of results per page (max 1000, default 50) | |
| page_number | No | Page number to retrieve (default 1) | |
| organization_id | Yes | Organization ID to list folders for |