Skip to main content
Glama
schlpbch

Aareguru MCP Server

by schlpbch

compare_cities

Compare water temperature, flow rates, and safety conditions across multiple Swiss Aare cities. Identifies warmest and coldest cities and counts safe swimming spots.

Instructions

Compare multiple cities

This is the recommended tool for comparing one to many cities.

Args: cities: List of city identifiers (e.g., ['Bern', 'Thun']). If None, compares all available cities.

Returns: Dictionary with: - cities: List of city data with temperature, flow, safety - warmest: City with highest temperature - coldest: City with lowest temperature - safe_count: Number of cities with safe flow conditions - total_count: Total cities compared

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
citiesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden. It details the return value structure (dictionary with specific keys), which adds transparency. However, it does not disclose whether the operation is read-only, safe, or has any side effects. The behavioral traits beyond output are not fully addressed.

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 highly concise and well-structured. It front-loads the core purpose in the first line, then uses labeled sections for Args and Returns. Every sentence serves a purpose with no extraneous information.

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?

Given the tool has an output schema, the description covers return values effectively. However, it could include more context about input validation (e.g., valid city identifiers, maximum number of cities) or prerequisites. Still, overall completeness is good.

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 description adds significant meaning beyond the input schema. It provides an example format (`['Bern', 'Thun']`), explains that 'None' means compare all available cities, and clarifies the parameter is optional. This compensates well for the 0% schema description 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 clearly states the tool's purpose: 'Compare multiple cities' and explicitly says it is 'the recommended tool for comparing one to many cities.' The verb 'compare' and resource 'cities' are specific, and the sibling tools (e.g., compare_cities_table) are differentiated by the description's emphasis on general comparison.

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 clear context on when to use this tool ('recommended tool for comparing one to many cities'), but it does not explicitly state when not to use it or name specific alternatives. However, this is sufficient guidance for an AI agent to differentiate from siblings.

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/schlpbch/aareguru-mcp'

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