sd_get_register_entry
Retrieve complete details for a person, place, or work from the register, with optional mentions in letters, diaries, and lectures.
Instructions
Get detailed information about a register entry.
PURPOSE: Complete register entry details, optionally with mentions
WHEN TO USE:
After register search for details about a person/place/work
For biographical information
To find mentions in letters/diaries (set include_mentions=True)
WHEN NOT TO USE:
For document details → use get_document_by_id()
Args: entry_id: xml:id of the register entry (e.g., "S0003676") include_mentions: If True, fetch mentions across letters, diaries, lectures max_mentions: Max mentions per category when include_mentions=True (default 20) ctx: FastMCP Context
Returns: PersonEntry, PlaceEntry, WorkEntry, or dict based on entry type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_id | Yes | ||
| max_mentions | No | ||
| include_mentions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |