search_documents
Find documents in the Meet Rupert knowledgebase by title substring and retrieve metadata (ID, title, draft status, category, last-updated). Use the returned ID with read_document to fetch full content.
Instructions
Search the Meet Rupert knowledgebase for documents by title. Returns a paginated list of matching documents with their UUIDs, titles, draft status, categories and last-updated dates. Use the returned id with read_document to fetch full content. This is a title/metadata search — to ask a natural-language question answered from document content, use ask_ai instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1 (default 1). | |
| query | No | Substring to match against document titles. Omit to list all documents. | |
| pageSize | No | Results per page, 1–100 (default 20). |