search_documents
Find IT Glue documents in an organization by name or folder, returning metadata like title, URL, and timestamps. Content retrieval requires separate document reading 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 |