mop_get_residential_topography
Fetch residential topography data for a given year to map addresses and locations of court officials and residents in Berlin and Prussia. Ideal for analyzing historical living patterns and spatial distributions.
Instructions
Fetch complete residential topography dataset for a specific year.
PURPOSE: Retrieve GeoJSON data with addresses and locations of court officials, royal family members, and other persons/institutions in Berlin and Prussia.
WHEN TO USE:
User asks about where people lived in a specific year
User wants to analyze residential patterns
User needs geographic distribution of court members
For mapping and spatial analysis
WHEN NOT TO USE:
For biographical register data → use search_register()
For document texts → use browse_documents() or search_documents()
Args: year: Year for which to retrieve data (1800, 1845, 1872, 1891, or 1914) ctx: FastMCP Context for progress reporting
Returns: Dict with: - year: The requested year - total_features: Total number of entries - features_with_coordinates: Number of entries with valid geographic coordinates - categories: Count of entries per category - cities: Count of entries per city - sample_features: First 10 features as examples - query_methods: Available search methods
Raises: ToolError: If year is not available or API request fails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||