search_documents
Find documents within an IT Glue organization by filtering on name, folder, or sorting criteria, returning metadata like titles, URLs, and timestamps to locate the right record for further retrieval.
Instructions
Search for documents in IT Glue (scoped to an organization). Returns document metadata only (name, folder, URL, timestamps) — not the document body. Use get_document or list_document_sections to read a specific document's content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by document name (partial match) | |
| sort | No | Sort field (prefix with - for descending) | |
| 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 (required — documents are scoped to organizations) | |
| document_folder_id | No | Filter by document folder ID to search within a specific folder |