Skip to main content
Glama

calendar-mcp

Server Details

China holidays and lunar calendar lookup, solar-to-lunar conversion and yearly schedule.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
boy-373/calendar-mcp
GitHub Stars
0
Server Listing
calendar-mcp

Available Tools

3 tools
list_holidaysAInspect

列出指定年份的全部中国法定节假日安排,包括放假日期和调休上班日期。支持2025、2026年

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYes

TDQS

A4/5.0
Behavior3/5

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

No annotations are present, so the description carries the behavioral transparency burden. It discloses what data is returned (holiday dates and make-up work dates) and the supported year range, but does not mention the return format, error behavior for unsupported years, or any read-only guarantees. This is adequate for a simple listing tool but not fully transparent.

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 front-loads the core purpose and output contents, then adds the year limitation. Every clause provides useful information with no repetition or filler.

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 parameter and no output schema. The description adequately states what the tool returns and which years are valid. It could be slightly more complete by describing the output format, but for a straightforward list operation the core contextual needs are met.

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?

Schema description coverage is 0%, but the description compensates by specifying that the year parameter supports 2025 and 2026, which is meaningful validation context beyond the bare integer schema. It does not exhaustively define the year range, but the supported-year statement significantly clarifies parameter usage.

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 states a specific verb ('列出') and resource ('全部中国法定节假日安排'), and clarifies the scope by specifying it covers both holiday dates and make-up work dates. '支持2025、2026年' bounds the supported years. This clearly distinguishes it from siblings like query_holiday via the '全部' listing scope.

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 implies usage: use this tool when needing all statutory holiday arrangements for a supported year. However, it does not explicitly mention when to prefer this over query_holiday or solar_to_lunar, nor provide exclusions or alternative routing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

query_holidayAInspect

查询指定公历日期的中国法定节假日或调休安排,同时返回农历信息。支持2025、2026年。参数date格式:YYYY-MM-DD

ParametersJSON Schema
NameRequiredDescriptionDefault
dateYes

TDQS

A3.7/5.0
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 does disclose the supported year range and date format, but it does not explain behavior for unsupported dates, error handling, output structure, or whether the operation is read-only. For a simple query tool this is partially sufficient but still leaves notable unknowns.

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 one tight sentence that packs in the purpose, returned lunar information, supported years, and parameter format. There is no redundant text, and the important details are front-loaded before the parameter note.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with a single parameter and no annotations or output schema, the description covers the core calling contract: what date to use, what years are supported, and what kind of data comes back. However, it does not describe the response shape, what happens for unsupported dates, or the exact holiday/adjustment fields, leaving some gaps for an agent that must interpret the result.

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?

Schema description coverage is 0%, but the description compensates by explaining the single parameter's meaning (a Gregorian date to query) and providing the required format (YYYY-MM-DD). It also constrains the valid range via the supported-year note, which adds real value beyond the raw schema.

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 states a specific verb ('查询'/'query'), a clear resource (Chinese statutory holidays and workday adjustments for a given Gregorian date), and adds that lunar calendar info is also returned. It is easy to distinguish from siblings like list_holidays and solar_to_lunar because this tool targets a single date and combines holiday/lunar context.

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 implies the tool is for querying a specific date and states the supported years (2025, 2026), but it does not explicitly say when to prefer this over list_holidays or solar_to_lunar, nor does it mention alternatives or exclusions. The usage context is clear but the routing guidance is left implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

solar_to_lunarAInspect

将公历日期转换为农历日期,返回农历年月日、是否闰月、生肖、干支等信息

ParametersJSON Schema
NameRequiredDescriptionDefault
dayYes
yearYes
monthYes

TDQS

A4/5.0
Behavior3/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 does reveal what the tool returns (lunar year/month/day, leap-month status, zodiac, ganzhi), but it omits behavioral details such as handling of invalid dates, supported date ranges, or timezone assumptions. This is acceptable for a simple conversion tool but not fully transparent.

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 front-loads the core action and summarizes the output fields without any filler. Every word contributes to understanding the tool.

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?

For a simple date-conversion tool, the description covers the essential input and output semantics. The schema provides the required parameters, and the description explains the result categories. It lacks edge-case and validity-range details, but nothing critical seems missing for an agent to select and invoke the tool correctly.

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?

Schema description coverage is 0%, so the description must compensate. It adds the useful fact that the inputs represent a Gregorian date, which clarifies the meaning of year, month, and day. However, it does not describe per-parameter constraints, valid ranges, or format expectations.

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 states a clear verb ('converts'), a specific input type (solar/Gregorian date), and a specific output resource (lunar date with year, month, day, leap-month flag, zodiac, and ganzhi). This cleanly distinguishes it from the holiday-related sibling tools.

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

Usage Guidelines4/5

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

The description clearly establishes when to use the tool: whenever a Gregorian date needs to be converted to a lunar date. It does not explicitly mention when not to use it or name alternatives, but the intended use case is unambiguous given the sibling tools are holiday-focused.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • First observedlist_holidays
    • First observedquery_holiday
    • First observedsolar_to_lunar

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides Chinese holiday information, lunar calendar conversion, traditional festivals, 24 solar terms, and BaZi (Eight Characters) calculations for AI assistants to accurately handle Chinese calendar queries and date conversions.
    3
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    Provides traditional Chinese lunar calendar information including auspicious date checking, BaZi (八字) Four Pillars analysis, festival data, moon phases, zodiac compatibility, and calendar conversions based on Chinese cultural traditions.
    20
    2
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides Chinese traditional calendar functions including BaZi calculation, solar-lunar calendar conversion, Huangli almanac queries, daily fortune readings, 24 solar terms, and Wu Xing (Five Elements) analysis.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A comprehensive time and calendar utility server that provides timezone conversions, date arithmetic, and business day calculations for AI agents. It features extensive support for the Chinese lunar calendar, including almanac data, festivals, and public holiday tracking across multiple regions.
    13
    11
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: listing annual holidays, querying a specific date's holiday status, and converting solar to lunar dates. No overlap or ambiguity exists between them.

Naming Consistency4/5

Two tools follow a verb_noun pattern (list_holidays, query_holiday), but solar_to_lunar deviates as a noun phrase rather than a verb-led name. The snake_case style is consistent, but the pattern is not uniform.

Tool Count4/5

Three tools is a small but reasonable set for a focused Chinese calendar and holiday server. Each tool provides a distinct function and covers the core use cases without unnecessary bloat.

Completeness3/5

The server covers annual holiday lists, single-day holiday lookup, and solar-to-lunar conversion, but it lacks a lunar-to-solar conversion, which is a natural counterpart. The limited 2025-2026 year range also restricts completeness for a general calendar server.