list_document_folders
List document folders for an IT Glue organization. Provide the organization ID to get folder names and IDs, with optional name filter and pagination controls.
Instructions
List document folders for an organization in IT Glue, returning their names and IDs. Requires a JWT credential (configure via ITGLUE_JWT env var or X-ITGlue-JWT header, or paste one when prompted) — IT Glue's API key scope does not include folder enumeration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | Yes | Organization ID to list folders for | |
| 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) |