List IT Glue Documents
itglue_list_documentsList documents in an IT Glue organization, including those in nested folders, returning summary metadata. Supports filtering by name or ID and pagination.
Instructions
List documents in an organization, including documents nested in folders. Returns summary metadata only — use itglue_get_document for content and the full record. filter_name matches partially and case-insensitively. The endpoint returns root-level documents by default, so this tool issues a second query for folder-nested documents and merges the results (up to 2x page_size items).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort field (e.g. "name", "-updated_at") | |
| filter_id | No | Filter by document ID | |
| page_size | No | Results per page (default 50, max 1000) | |
| filter_name | No | Filter by document name (partial match) | |
| page_number | No | Page number (default 1) | |
| organization_id | Yes | Organization ID to list documents for | |
| response_format | No | Output format: human-readable markdown (default) or structured JSON | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| has_more | Yes | ||
| page_number | Yes | ||
| total_count | Yes |