Skip to main content
Glama
hkopenai

HK Climate and Weather MCP Server

by hkopenai

get_current_weather

Retrieve current weather conditions, warnings, temperature, and humidity for Hong Kong from the Hong Kong Observatory.

Instructions

Get current weather data, warnings, temp, humidity in HK from HKO.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage code (en/tc/sc, default: en)en
regionNoThe region to get weather for (default: "Hong Kong Observatory")Hong Kong Observatory

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosure. It mentions data content and source but does not state read-only behavior, data freshness, units, limitations, or whether any authorization is needed. 'Get' only weakly implies a non-mutating operation.

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 a single, front-loaded sentence that efficiently conveys the essential purpose and scope. Every word earns its place with no redundancy or filler.

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?

The tool is low-complexity with full schema coverage and an output schema, so the description does not need to explain return values. It adequately covers the core purpose and data content, though it omits usage context relative to siblings, which is partially addressed in other dimensions.

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

Parameters3/5

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

The schema already covers both parameters (lang and region) with defaults and descriptions, so the parameter semantics are fully documented. The description adds no parameter-specific meaning beyond the overall 'HK' scope, which is consistent with the default region.

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 clearly states the tool retrieves current weather data, including warnings, temperature, and humidity, specifically for Hong Kong from HKO. This distinguishes it from sibling forecast and warning tools, though 'warnings' also appear in dedicated warning tools, creating slight ambiguity.

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 is provided on when to use this tool versus alternatives like get_local_weather_forecast or get_weather_warning_summary. The description implies current conditions but does not explicitly exclude other use cases or name alternative tools.

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/hkopenai/hk-climate-mcp-server'

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