Skip to main content
Glama
hkopenai

HK Climate and Weather MCP Server

by hkopenai

get_gregorian_lunar_calendar

Convert dates between Gregorian and Chinese lunar calendars. Provide year, month, and day to get the corresponding lunar calendar data.

Instructions

Get Gregorian-Lunar calendar conversion data

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayNo
langNoen
yearYes
monthNo

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 of behavioral disclosure. It only states 'Get ... data', implying a read operation, but does not describe the output format, handling of optional month/day, language support, or edge cases. This is minimal behavioral insight.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a short single sentence, but it adds little beyond the tool name and is under-specified rather than appropriately concise. It does not earn its place by providing additional useful information.

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?

Although an output schema exists, the description is too thin to guide an agent on valid input ranges, the purpose of optional parameters, or expected behavior. With zero annotations and no parameter semantics, the overall context is incomplete for a tool with four parameters.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not mention any of the four parameters (year, month, day, lang). It provides no meaning beyond the schema's types and defaults, so the description completely fails to compensate for the lack of schema descriptions.

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 the specific verb 'Get' and clearly identifies the resource as 'Gregorian-Lunar calendar conversion data', which is distinct from the weather, tide, and astronomy sibling tools. It immediately conveys what the tool does.

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?

There is no guidance on when to use this tool versus alternatives, no mention of typical use cases, and no exclusions. The only implied usage is that it retrieves conversion data, but the description does not explicitly state when or why this tool should be preferred.

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