read_document
Retrieve a Meet Rupert document by UUID and get its title, metadata, and body in Markdown for easy reading or editing.
Instructions
Read a single Meet Rupert document by its UUID. Returns the title, metadata, and the document body converted to Markdown for easy reading. Get the documentId from search_documents or from an ask_ai source reference. Embedded images come back as  references. Those are stable and can be passed straight back to update_document — keep them in the body to preserve the images, and use list_attachments or download_attachment if you need the files themselves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | The document's UUID (as returned by search_documents). |