Skip to main content
Glama

swisstopo_zoning_at

Read-onlyIdempotent

Retrieve the harmonized building zone for any Swiss coordinate (WGS84 or LV95) in a single call—no layer ID lookup needed. Result is a non-binding synthesis for cantonal/communal land-use planning.

Instructions

Gibt die harmonisierte Bauzone an einer Koordinate zurück (ch.are.bauzonen, ARE).

«Welche Bauzone gilt hier?» in einem Aufruf — ohne vorher die Layer-ID via swisstopo_map_query erst suchen zu müssen. Der harmonisierte ARE-Layer ist eine Synthese für die schweizweite Vergleichbarkeit und NICHT rechtsverbindlich — verbindlich ist allein die kantonale/kommunale Nutzungsplanung. Der Hinweis steht in jedem Resultat. Koordinaten als lat/lon (WGS84) oder easting/northing (LV95).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoActionable hint when a search returns nothing — what to try next, rather than a bare negative (audit ARCH-003).
countNoNumber of structured results.
sourceNoData source attribution.swisstopo / geo.admin.ch
licenseNoData licence.Swiss Open Government Data (opendata.swiss)
resultsNoStructured result records (machine-readable).
summaryYesHuman-readable Markdown summary of the result.
is_errorNoTrue if this represents a handled error.
match_typeNoexact | fuzzy | none (for search-style tools).
provenanceNoHow the data was obtained.live_api
retrieved_atNoISO-8601 retrieval timestamp.
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds valuable context by explaining the ARE layer is a non-binding synthesis and that the legal disclaimers appear in every result, which is beyond the annotation set. No contradictions found.

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

Conciseness4/5

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

The description is efficiently structured with a leading one-sentence summary followed by tagged use_case and important_notes sections. It avoids redundancies and front-loads the core purpose, though the XML-like tags add some bulk.

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

Completeness4/5

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

For a simple point-lookup tool with an output schema, the description covers the essential context: purpose, coordinate formats, the legal caveat, and the relationship to sibling tools. It does not address edge cases like out-of-bounds coordinates or service limitations, but these are secondary given the schema's bounds and annotations.

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

Parameters3/5

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

The description mentions 'lat/lon (WGS84) oder easting/northing (LV95)', which adds coordinate-system semantics beyond the schema's terse per-property descriptions. However, it does not clarify that the two coordinate pairs are mutually exclusive alternatives, nor does it explain the required 'params' object wrapper. The schema's own descriptions provide some context, so the description partially compensates for the low coverage.

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 begins with a clear verb+resource statement: 'Gibt die harmonisierte Bauzone an einer Koordinate zurück' (returns the harmonized building zone at a coordinate). It also distinguishes itself from sibling tool swisstopo_map_query by explicitly noting it avoids a prior layer-ID lookup, making its purpose unambiguous.

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

Usage Guidelines4/5

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

The use_case section provides a direct query example ('Welche Bauzone gilt hier?') and explains when to use this tool instead of swisstopo_map_query. However, it does not explicitly state when not to use it beyond the legal caveat, nor compare to other 'at coordinate' siblings like swisstopo_municipality_at.

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/malkreide/swisstopo-mcp'

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