Skip to main content
Glama
malkreide

Zurich Open Data MCP Server

by malkreide

zurich_strb_search

Read-onlyIdempotent

Search Zurich city council resolutions by keyword, filterable by department and date range, retrieving full details and direct links.

Instructions

Durchsucht die öffentlichen Stadtratsbeschlüsse (STRB) der Stadt Zürich per Volltext.

Nutzt den CKAN Datastore SQL-Endpoint für flexible ILIKE-Suche im Beschlusstitel mit optionalen Filtern nach Departement und/oder Datumsbereich.

Datenverfügbarkeit: öffentliche Beschlüsse ab Februar 2025, laufend aktualisiert. Lizenz: CC0 (gemeinfrei, keine Einschränkungen).

Args: params (SearchSTRBInput): Suchparameter mit: - query (str): Suchbegriff im Titel (Pflicht) - departement (Optional[str]): Kürzel oder Teilname, z.B. 'SSD', 'FD' - datum_von (Optional[str]): Frühestes Datum YYYY-MM-DD - datum_bis (Optional[str]): Spätestes Datum YYYY-MM-DD - limit (int): Max. Ergebnisse (Standard: 20) - format (str): 'markdown' oder 'json'

Returns: str: Formatierte Liste der Beschlüsse. Jeder Eintrag enthält: - beschlussnummer: z.B. '1203/2025' - titel: Vollständiger Beschlusstitel - datum: ISO-Datum des Beschlusses - departement: Federführendes Departement (mit Kürzel) - link: Direktlink auf stadt-zuerich.ch

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations (readOnlyHint, idempotentHint, destructiveHint) are aligned. The description adds value by disclosing the backend endpoint, search method (ILIKE), and details on return format. It also mentions data availability and license, providing complete behavioral context beyond annotations.

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-organized: purpose, technical details, data availability, license, then Args/Returns. It is front-loaded with the main action and every sentence adds value without redundancy. Efficient and clear.

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 presence of an output schema (as indicated in context), the description still provides a useful summary of return fields. It covers everything an agent needs: search functionality, parameter details, output format, data source, and limitations (public resolutions from Feb 2025). Complete and actionable.

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

Parameters4/5

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

The description explains all parameters (query, departement, datum_von, datum_bis, limit, format) with examples, complementing the input schema which already has descriptions. It provides a quick reference for usage. The 0% schema description coverage in context seems inconsistent, but the description adequately covers parameters.

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 purpose: full-text search of public city council resolutions (STRB) using CKAN Datastore SQL endpoint. It specifies the exact resource (Stadtratsbeschlüsse) and action (Volltextsuche), distinguishing it from siblings like get_beschluesse_by_departement and search_stadtratsbeschluesse.

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 description provides context on when to use the tool (full-text search with optional filters) and includes data availability and license. However, it does not explicitly state when not to use it or compare it to sibling tools like search_stadtratsbeschluesse, which might have similar functionality.

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/zurich-opendata-mcp'

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