Skip to main content
Glama
hkopenai

HK Climate and Weather MCP Server

by hkopenai

get_visibility

Fetch the latest 10-minute mean visibility data for Hong Kong, available in English, Traditional Chinese, or Simplified Chinese.

Instructions

Get latest 10-minute mean visibility data for Hong Kong

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage code (en/tc/sc, default: en)en

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description bears the full burden of behavioral disclosure. It adds useful context about the temporal resolution (10-minute mean) and geographic scope, but does not mention data source, units, update frequency, or any limitations. The read-only nature is implied by 'Get'.

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, focused sentence that conveys the essential purpose without any fluff. It is appropriately front-loaded and easy to parse.

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 simple with one optional parameter and an output schema present, which reduces the need to describe return values. The description covers the core purpose and geographic scope. It could optionally mention the update frequency or units, but the current level is sufficient for this simple data-access tool.

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 input schema provides 100% coverage for the sole parameter 'lang', including its default and allowed values. The description adds no parameter-specific information, but this is acceptable given the schema's completeness.

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 clearly states the action (Get), the specific resource (latest 10-minute mean visibility data), and the location (Hong Kong). This distinguishes it from all sibling tools, none of which mention visibility.

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

Usage Guidelines3/5

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

The usage context is implied by the tool's name and description: it is for retrieving visibility data. However, there is no explicit guidance on when to use this tool versus alternatives (e.g., get_current_weather) or any exclusion criteria.

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