sd_search_register
Search a register of persons, places, works, and organizations. Retrieve biographical, geographical, and bibliographic information and entity IDs for further research.
Instructions
Search register using Lucene fulltext index.
PURPOSE: Find persons, places, works, or organizations using indexed search
WHEN TO USE:
User searches for person, place, work, or organization
For biographical/geographical/bibliographical information
To get IDs for further searches
WHEN NOT TO USE:
For fulltext search in letters/diaries → use search_by_keyword()
Args: query: Search term (name, title, etc.) register_type: Optional filter - 'person', 'place', 'work', 'org', or None for all max_results: Maximum results ctx: FastMCP Context
Returns: List of register entry dicts with id, title, desc, type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No | ||
| register_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |