Skip to main content
Glama
telota

bbaw-dse-mcp

by telota

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

TableJSON Schema
NameRequiredDescriptionDefault
yearYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden and does so thoroughly. It discloses the return structure (year, total_features, features_with_coordinates, categories, cities, sample_features, query_methods), error behavior (Raises ToolError for invalid year or API failure), and accepted year values. This is rich behavioral context beyond minimal safety declarations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections (PURPOSE, WHEN TO USE, WHEN NOT TO USE, Args, Returns, Raises) that front-load the core purpose. Each section earns its place by providing necessary operational or decision-making information, with no redundant filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simple interface (1 parameter) and lack of annotations, the description covers all essential aspects: purpose, usage scenarios, parameter constraints, return structure, and error conditions. It is fully self-sufficient for correct selection and invocation, making it contextually complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides only a bare integer 'year' with no description (0% coverage). The description compensates fully by specifying the valid years (1800, 1845, 1872, 1891, 1914) and explaining the context parameter (ctx) for progress reporting. It adds crucial meaning that the schema lacks.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb-resource statement ('Fetch complete residential topography dataset for a specific year') and elaborates in PURPOSE that it retrieves GeoJSON data about residences in Berlin and Prussia. This clearly distinguishes the tool's focused scope from siblings like mop_search_residential_topography.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description contains explicit WHEN TO USE and WHEN NOT TO USE sections, listing concrete scenarios (e.g., 'User asks about where people lived in a specific year') and providing named alternatives for exclusions ('use search_register() for biographical register data', 'use browse_documents() or search_documents() for document texts'). This meets the highest standard for usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/telota/bbaw-dse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server