sd_get_diary_entry
Retrieve a specific diary entry by date from Schleiermacher's diary, returning left/right content and raw XML for any available date.
Instructions
Retrieve a specific diary entry by date.
PURPOSE: Access a specific day's entry from Schleiermacher's diary
Available years: 1808-1811, 1817, 1820-1834. Note: 1812-1816 and 1818-1819 are not extant.
WHEN TO USE:
User asks for diary entry on specific date
User wants to know what happened on a particular day
After search → get full diary entry
WHEN NOT TO USE:
For date range → use get_diary_entries()
For keyword search → use search_in_documents()
Args: date: Date in ISO 8601 format (YYYY-MM-DD), e.g., "1808-01-01" ctx: FastMCP Context
Returns: Dictionary with date, content from left side, content from right side, and raw XML of the entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||