read_document
Retrieve and display the full content of a specific document by providing its document ID.
Instructions
Retrieves and displays the full content of a document.
Use this tool when you need to:
Access the complete content of a specific document
Review document information in detail
Quote or reference document content
Analyze document contents
Args: document_id: The document ID to retrieve
Returns: Formatted string containing the document title and content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |