Skip to main content
Glama
hkopenai

HK Climate and Weather MCP Server

by hkopenai

get_daily_max_temperature

Get daily maximum temperature data for any Hong Kong weather station. Query by station, year, and month to obtain historical daily max temperature readings.

Instructions

Get daily maximum temperature data for a specific station in Hong Kong

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoen
yearNo
monthNo
stationYes

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, the description carries the full burden of behavioral disclosure. It merely restates the purpose without explaining how optional parameters (year, month) affect results, what station identifiers are valid, or any historical data range constraints. The description adds no behavioral context beyond the basic 'get data' intent.

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 clear sentence, front-loaded with the action and resource. It is concise and easy to parse, though it could include more useful context without becoming bloated.

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?

Despite having an output schema, the description omits critical context such as optional parameter semantics (year/month default to null), the relationship to sibling temperature tools, and any special behavior. For a simple data retrieval tool with four parameters, the description is too sparse for an agent to invoke it effectively in varying scenarios.

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%, so the description must compensate, but it only mentions 'specific station,' aligning with the required 'station' parameter. It does not clarify the meaning or default behavior of 'year', 'month', or 'lang', leaving the agent with incomplete information for constructing calls.

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 uses a specific verb ('Get') and identifies the exact resource ('daily maximum temperature data') with a clear geographic scope ('for a specific station in Hong Kong'). This distinguishes it from sibling tools like get_daily_mean_temperature and get_daily_min_temperature, which share the same station/city context but target different metrics.

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 description provides no guidance on when to use this tool versus the sibling temperature tools (mean/min) or other weather data tools. It implies usage via the metric name but does not state prerequisites, filtering scenarios, or alternatives.

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