Skip to main content
Glama
hkopenai

HK Climate and Weather MCP Server

by hkopenai

get_hourly_tides

Retrieve hourly astronomical tide heights for a specific Hong Kong station and year. Get data for marine planning, navigation, or tide analysis.

Instructions

Get hourly heights of astronomical tides for a station in HK.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYes
optionsNo
stationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states the basic read operation without disclosing output format, timezone, data source, or limitations. This is minimal behavioral transparency.

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, tightly worded sentence with no redundancy or filler. It is front-loaded with the core action and resource.

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?

The description is too sparse for reliable invocation: no parameter guidance, station code format, or year range. Although an output schema exists, it does not compensate for the missing usage context and ambiguous parameters.

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 description only vaguely references a 'station' without explaining its format. The 'year' and 'options' parameters are completely omitted, leaving the agent without needed guidance.

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 tool retrieves hourly tide heights for stations in Hong Kong, using a specific verb and resource. It distinguishes itself from sibling tools like get_high_low_tides by explicitly mentioning 'hourly heights'.

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 description gives context ('for a station in HK') but does not specify when to prefer this tool over alternatives or provide any exclusions. Usage must be inferred from the tool name and sibling context.

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