Skip to main content
Glama

rhrread

Retrieve current weather data including temperature, humidity, wind, UV index, rainfall, and warnings. Supports English, Traditional and Simplified Chinese.

Instructions

Current Weather Report (rhrread) API Request

Parameters:

  • lang: 'en' (English), 'tc' (Traditional Chinese), 'sc' (Simplified Chinese)

Request Example: https://data.weather.gov.hk/weatherAPI/opendata/weather.php?dataType=rhrread&lang=en

Response Keys:

  • humidity: Current humidity data

  • temperature: Current temperature data

  • pressure: Current pressure data

  • wind: Current wind data

  • uvindex: Current UV index data

  • visibility: Current visibility data

  • rainfall: Current rainfall data

  • specialWxTips: Special weather tips

  • updateTime: Last update time

  • warningMessage: Weather warning messages

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNochange the language of the resulten
Behavior3/5

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

The description lists response keys, giving insight into what data is returned, which partially compensates for missing annotations. However, it does not explicitly state that the tool is read-only or mention any rate limits or 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 description includes a redundant parameter list and a lengthy example URL. It could be more concise, though it is structured with clear sections.

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's simplicity (one optional parameter, no output schema), the description adequately covers the response format and usage example. However, it lacks error handling or rate limit information.

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?

The schema covers the single parameter 'lang' with a description. The tool description adds concrete values (en, tc, sc) and a request example, providing richer usage context beyond the schema.

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 this is a current weather report API and lists response keys, indicating it returns comprehensive weather data. However, it does not differentiate from sibling tools that also provide weather data like temperature or wind.

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 use this tool vs alternatives. The description provides an example URL but does not specify scenarios where this tool is appropriate or when to choose a sibling tool.

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/louiscklaw/mcp-hko'

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