sd_get_chronology_entry
Retrieve chronology entries for a specific date to see what happened in Schleiermacher's life. Get all recorded events for that day in ISO 8601 format.
Instructions
Retrieve chronology entries for a specific date.
PURPOSE: Access events from Schleiermacher's life on a specific date
WHEN TO USE:
User asks what happened on a specific date
User wants biographical information for a particular day
After search → get full chronology entry
WHEN NOT TO USE:
For date range → use get_chronology_entries()
For entire year → use get_chronology_year()
For keyword search → use search_documents()
Args: date: Date in ISO 8601 format (YYYY-MM-DD), e.g., "1785-08-29" ctx: FastMCP Context
Returns: List of dictionaries with date info and event descriptions. Multiple events may occur on the same date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |