read_doc
Retrieve decrypted document content from encrypted markdown storage, optionally previewing lines or returning metadata.
Instructions
Read a document's decrypted content.
Args: doc_id: UUID of the document to read lines: Optional - return only the first N lines (for previews) as_markdown: If True, return plain markdown; if False, return JSON with metadata
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| lines | No | ||
| as_markdown | No |