mop_search_adjutanten_journals
Discover daily royal activities by searching court adjutant journals. Filter by monarch, date, or person to find specific entries.
Instructions
Search in Adjutantenjournale (court adjutant journals).
PURPOSE: Find daily court journal entries documenting royal activities, audiences, meetings, and events. Each entry shows who was on duty and what happened.
WHEN TO USE:
User asks "What did the king do on [date]?"
User wants to know about daily court life
User searches for specific events, persons, or places mentioned in journals
User wants to track activities of a specific monarch
User researches who served as adjutant when
WHEN NOT TO USE:
For biographical data → use search_register()
For correspondence → use letters search in Schleiermacher Digital
For institutional documents → use browse_documents()
Args: query: Full-text search term (searches in journal text) monarch: Filter by monarch (Friedrich_Wilhelm_IV, Wilhelm_I, Wilhelm_II, Friedrich_III) date_from: Start date in ISO format (YYYY-MM-DD), e.g., "1861-01-01" date_to: End date in ISO format (YYYY-MM-DD), e.g., "1861-12-31" person_key: Filter by person mentioned (register key, e.g., "P0002157") place_key: Filter by place mentioned (register key, e.g., "P0003556") limit: Maximum number of results (default: 50) ctx: FastMCP Context for progress reporting
Returns: List of journal entries with: - id: Document ID - monarch: Which monarch's reign - date_from/date_to: Time range covered - place: Where the court was located - authors: Adjutants who wrote the entry - snippet: Text excerpt showing matched content - url: Link to full entry on website
Raises: ToolError: If monarch is invalid or query fails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| date_to | No | ||
| monarch | No | ||
| date_from | No | ||
| place_key | No | ||
| person_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |