search_documents
Find IT Glue documents within an organization by name or folder. Returns document metadata such as name, folder, URL, and timestamps to help you locate the right record quickly.
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 |