get_document_full
Retrieve the complete markdown content of a document using its document ID. Ideal for obtaining full text, though may be large.
Instructions
Get the full markdown content of a document.
WARNING: This can be large (thousands of tokens). Prefer get_document_toc + get_sections for targeted retrieval. Use this only when you need the complete text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Document ID (from search results or collection listings) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |