cs_search_correspondent_network
Analyze a person's correspondence network by GND ID, identifying top correspondents and network statistics with optional date filtering.
Instructions
Korrespondenz-Netzwerk einer Person analysieren.
PURPOSE: Netzwerkanalyse von Korrespondenzen
WHEN TO USE:
User fragt "Mit wem korrespondierte Person X?"
Netzwerk-Visualisierung vorbereiten
Wichtigste Korrespondenzpartner identifizieren
Args: person_gnd: GND-ID der fokalen Person start_date: Optional: Start-Datum für Zeitfilter end_date: Optional: End-Datum für Zeitfilter max_correspondents: Maximale Anzahl Korrespondenten im Ergebnis max_letters_to_analyze: Maximale Anzahl Briefe zu analysieren (pro Richtung) ctx: FastMCP Context
Returns: Dict mit Netzwerk-Statistiken und Top-Korrespondenten
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ||
| person_gnd | Yes | ||
| start_date | No | ||
| max_correspondents | No | ||
| max_letters_to_analyze | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||