sd_get_chronology_entries
Get biographical timeline events for any date range. Returns chronological event descriptions from Schleiermacher's life overlapping the specified period.
Instructions
Retrieve chronology entries for a date range.
PURPOSE: Access events from Schleiermacher's life across a time period
WHEN TO USE:
User asks what happened during a specific period
User wants biographical timeline for a date range
For temporal analysis of Schleiermacher's life events
WHEN NOT TO USE:
For single date → use get_chronology_entry()
For entire year → use get_chronology_year()
For keyword search → use search_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 with date info and event descriptions, sorted chronologically. Includes both specific dates and date ranges that overlap with the query range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | Yes | ||
| date_from | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |