Skip to main content
Glama

zh_edu_wohnort_trend

Read-onlyIdempotent

View trends in student numbers by residential area, with options to filter by district, municipality, and school level over a chosen period.

Instructions

Zeigt die Entwicklung der Lernendenzahlen nach Wohnort (Bezirk/Gemeinde).

Basiert auf dem Wohnort der Lernenden, nicht dem Schulort. Aufschlüsselung nach Gebietstyp (Kanton, Bezirk, Gemeinde) und Schulstufe.

Args: params (WohnortTrendInput): - gebiet (str | None): Gebietsbezeichnung filtern - stufe (str | None): Schulstufe filtern - letzte_n_jahre (int): Anzahl Jahre (Standard: 5) - response_format: 'markdown' oder 'json'

Returns: str: Trend-Tabelle der Lernenden nach Wohnort und Stufe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already cover the safety profile with readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds useful behavioral context by clarifying the data source (Wohnort, not Schulort) and the output type (Trend-Tabelle), which goes beyond the annotation fields without contradicting them.

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 appropriately sized: a one-sentence summary, a short clarifying statement, a structured Args block, and a Returns line. Every element earns its place, and the most important information is front-loaded.

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?

For a read-only trend tool with robust annotations and an output schema, the description covers the input parameters, the filtering dimensions, the data basis, and the return format. There are no significant missing details that would prevent correct invocation.

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?

Although the context signal reports 0% schema description coverage, the description's Args section enumerates all parameters with clear meanings, defaults, and response_format options. This compensates for the perceived coverage gap, even though the underlying JSON schema itself also contains detailed parameter descriptions.

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 and resource: 'Zeigt die Entwicklung der Lernendenzahlen nach Wohnort' (shows the development of learner numbers by place of residence). It also explicitly distinguishes the tool from school-location-based alternatives by stating 'Basiert auf dem Wohnort der Lernenden, nicht dem Schulort', which differentiates it from sibling tools like zh_edu_schulkreis_trend.

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 clearly conveys when this tool is applicable: it reports trends by learner residence rather than school location, and it supports filtering by area type and school level. It does not explicitly name alternative tools or say 'use this instead of X', but the Wohnort vs. Schulort clarification provides strong contextual 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/malkreide/zh-education-mcp'

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