mop_get_adjutanten_journal_entry
Retrieve the full text and metadata of a specific daily court journal entry by document ID, including date, place, on-duty adjutants, and archive reference.
Instructions
Retrieve full text and metadata of a specific journal entry.
PURPOSE: Get complete details of a daily court journal entry.
WHEN TO USE:
After finding entries with search_adjutanten_journals()
User wants to read the full journal entry for a specific day
User needs detailed information about activities on a specific date
WHEN NOT TO USE:
For searching multiple entries → use search_adjutanten_journals()
For biographical data → use get_register_entry()
Args: document_id: Document ID from search results (e.g., "P0005285") ctx: FastMCP Context for progress reporting
Returns: Dict with: - id: Document ID - monarch: Which monarch's reign - date_from/date_to: Time range covered - shelfmark: Archive reference - days: List of daily entries, each with: - date: ISO date - place: Location - authors: Adjutants on duty - text: Full journal text for that day - url: Link to online edition
Raises: ToolError: If document not found or retrieval fails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||