mop_list_adjutanten_by_monarch
Lists all adjutants who served under a specified monarch, including service periods and entry counts. Use when researching court officials or adjutant rotations.
Instructions
List all adjutants who served under a specific monarch.
PURPOSE: Identify who served as adjutant and when.
WHEN TO USE:
User asks "Who served as adjutant under Wilhelm I?"
User wants to know the rotation of adjutants
User researches prosopography of court officials
WHEN NOT TO USE:
For full biographical data → use search_register()
For journal content → use search_adjutanten_journals()
Args: monarch: Monarch name (Friedrich_Wilhelm_IV, Wilhelm_I, Wilhelm_II, Friedrich_III) ctx: FastMCP Context for progress reporting
Returns: Dict with: - monarch: Monarch name - total_entries: Number of journal entries analyzed - adjutants: List of adjutants with: - name: Full name - person_key: Register ID - entries_count: How many times they wrote entries - date_range: First and last appearance
Raises: ToolError: If monarch is invalid or query fails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monarch | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||