Skip to main content
Glama

swisstopo_oereb_at

Read-onlyIdempotent

Retrieve official land-use restrictions at a Swiss coordinate. Enter canton and coordinates (WGS84 or LV95) to get parcel restrictions.

Instructions

Gibt die ÖREB-Eigentumsbeschränkungen an einer Koordinate zurück (ein Aufruf).

«Welche Beschränkungen gelten auf diesem Grundstück?» — löst den EGRID intern auf. Das ist der normale Weg; swisstopo_get_egrid braucht es nur, wer die Parzellen-ID selbst benötigt. Nur für Kantone mit angebundenem ÖREB-Dienst (siehe SWISSTOPO_OEREB_CANTONS). 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, idempotentHint, destructiveHint, and openWorldHint. The description adds valuable behavioral context beyond these: it is a single call ('ein Aufruf'), it resolves the EGRID internally, and it is restricted to cantons with a connected ÖREB service. It also notes coordinate formats. However, it does not clarify behavior when both coordinate systems are provided or what happens for unsupported cantons.

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 distinct use_case and important_notes blocks. The main sentence is front-loaded and direct. Each sentence provides actionable information, such as the EGRID resolution, the alternative tool, and coordinate format requirements, without any filler.

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?

The tool is relatively complex with multiple parameters, coordinate systems, and an output schema. The description covers the primary use case, internal EGRID resolution, cantonal availability, and coordinate formats. The output schema is present, so return structure need not be described. However, it omits topics and language parameters, which are only in the schema, and does not address edge cases like no coordinates provided or conflicting coordinate systems.

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 provides essentially no parameter documentation (0% coverage), but the input schema itself has detailed descriptions for each field (e.g., lat: 'Breitengrad (WGS84). Zusammen mit lon angeben.'). The description's note about lat/lon or easting/northing and the cantonal restriction adds a bit beyond the schema, especially the requirement that the canton must have an ÖREB service. Still, the description does not compensate for the low coverage; it relies on the schema.

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 clearly states the tool's function: 'Gibt die ÖREB-Eigentumsbeschränkungen an einer Koordinate zurück' (returns ÖREB property restrictions at a coordinate), with a specific verb, resource, and scope. It also distinguishes from sibling tool swisstopo_get_egrid by explaining that this tool resolves EGRID internally and is the normal way, while get_egrid is only for needing the parcel ID itself.

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 provides explicit usage context via the use_case block: '«Welche Beschränkungen gelten auf diesem Grundstück?»' and states 'Das ist der normale Weg; swisstopo_get_egrid braucht es nur, wer die Parzellen-ID selbst benötigt.' This gives clear when-to-use and when-not-to-use guidance, names an alternative, and also specifies a precondition: 'Nur für Kantone mit angebundenem ÖREB-Dienst'.

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