sd_get_diary_entries
Retrieve diary entries within a specified date range. Input start and end dates to obtain all entries, enabling temporal analysis of historical activities.
Instructions
Retrieve diary entries for a date range.
PURPOSE: Access multiple diary entries across a time period
Available years: 1808-1811, 1817, 1820-1834. Note: 1812-1816 and 1818-1819 are not extant.
WHEN TO USE:
User asks for diary entries in a date range
User wants to see activities over a period
For temporal analysis of diary content
WHEN NOT TO USE:
For single date → use get_diary_entry()
For keyword search → use search_in_documents()
Args: date_from: Start date in ISO 8601 format (YYYY-MM-DD) date_to: End date in ISO 8601 format (YYYY-MM-DD) ctx: FastMCP Context
Returns: List of dictionaries, each with date, left_side, right_side content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | Yes | ||
| date_from | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |