hermes_search
Find published documents in Hermes by full-text query. Get titles, owners, product areas, and document types for each match, then use the returned objectID to fetch complete metadata.
Instructions
Search documents in Hermes using full-text search. Returns matching published documents with titles, owners, product areas, and document types. Each result contains an 'objectID' field (a SharePoint GUID like '01XOO7K4...') — pass that value to hermes_get_document to fetch full metadata. Do NOT pass the human-readable 'docNumber' (e.g. 'RFC-123') to hermes_get_document; it will return 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-based, default 0) | |
| query | Yes | Search query text | |
| product | No | Filter by product name | |
| doc_type | No | Filter by document type, e.g. 'RFC', 'PRD', 'FRD' | |
| hits_per_page | No | Number of results per page (default 10, max 50) |