Skip to main content
Glama
schlpbch

Aareguru MCP Server

by schlpbch

Refresh Cities

refresh_cities

Refresh city comparison data for Aare river swimming conditions, updating safety assessments and forecasts across Swiss cities.

Instructions

Refresh city comparison data (called from UI).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
citiesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv4.9.0

TDQS

C2.6/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It only says 'refresh', implying a side effect, but does not explain whether data is fetched, cached, invalidated, or pushed to the UI. '(called from UI)' adds context but not behavioral transparency.

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 a single efficient sentence with no filler and front-loads the verb and resource. It is concise, though the brevity contributes to the lack of behavioral and parameter detail.

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

Completeness2/5

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

Even though there is only one optional parameter and an output schema exists, the description omits essential operational context: what refresh actually does, how the cities parameter alters behavior, and why an agent might need to invoke this tool. It is minimally sufficient at best.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must compensate for the undocumented 'cities' parameter. It does not mention the parameter at all, nor explain what null means, what city name formats are expected, or how the parameter affects the refresh scope.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: it refreshes city comparison data. It is not a tautology, but 'refresh' is somewhat ambiguous (cache invalidation vs. re-fetching) and it does not differentiate it from sibling tools like compare_cities or fetch_comparison.

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

Usage Guidelines2/5

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

The parenthetical '(called from UI)' hints that this is an internal UI-triggered operation, which is some usage context. However, it gives no guidance on when an agent should call it versus any of the many compare/refresh siblings, and it names no alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.