hermes_get_document
Retrieve full metadata for a Hermes document by SharePoint objectID. Pass the objectID from search results, not the docNumber, to get status, approvers, summary, custom fields, and links.
Instructions
Get full metadata for a specific Hermes document by its SharePoint objectID. Returns title, status, approvers, summary, custom fields, and links. IMPORTANT: The document_id must be the 'objectID' field from hermes_search results (a SharePoint GUID like '01XOO7K4...'), NOT the human-readable docNumber like 'RFC-123' or 'HVS-022' — those will return a 404. Always call hermes_search first to obtain the objectID, then pass it here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The SharePoint objectID of the document — a GUID string like '01XOO7K4NVWSKOYH3XMVB3TF54U4DNOEC5'. Found in the 'objectID' field of hermes_search results. Do NOT use docNumber (e.g. 'RFC-123'). |