search_documents
Search IT Glue documents by organization, name, or folder to retrieve metadata like URLs and timestamps. Use this to locate documents, then fetch specific content with other tools.
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 |