Skip to main content
Glama
schlpbch

Aareguru MCP Server

by schlpbch

Refresh Safety

refresh_safety

Refresh safety data for a specified city to get updated water safety assessments. Use when current conditions may have changed.

Instructions

Refresh safety data for a city (called from UI).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes

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?

No annotations are provided, so the description bears the full burden of behavioral disclosure. 'Refresh' implies some state-changing or data-fetching behavior, but the description doesn't state whether it mutates cached state, whether it is idempotent, whether it triggers a slow backend fetch, or whether it has side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The single sentence has no fluff and front-loads the action, but it is under-specified rather than efficiently concise. It earns a middle score because brevity is achieved at the cost of the missing usage and behavioral context.

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?

For a tool with no annotations, 0% schema coverage, and over 40 siblings including many refresh_X tools, this description is too thin to be complete. The output schema covers return values, but the description fails to explain refresh semantics, side effects, or how it differs from the similarly scoped safety_briefing and sibling refresh tools.

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

Parameters2/5

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

Schema description coverage is 0% and the schema only provides 'city' as a plain string. The description adds only that the safety data is 'for a city', which barely goes beyond the parameter name and doesn't compensate for the coverage gap — no format, valid values, or city-identifier semantics are given.

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?

States a specific verb ('refresh'), resource ('safety data'), and scope ('for a city'), which is clearly more than a tautology and matches the refresh_X naming family. It doesn't fully differentiate from safety_briefing (which also covers safety for a city), and 'refresh' itself is somewhat ambiguous about what it actually does.

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?

No guidance on when to invoke this tool versus its many siblings (refresh_forecast, refresh_conditions, safety_briefing, etc.). The parenthetical 'called from UI' is a faint provenance hint but provides no actionable when/when-not guidance and is ambiguous about whether the agent should call it at all.

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