Chinese Calendar MCP Service
by youaodu
This is a Chinese holiday query service. It provides functionalities to check if a specific date is a holiday or a workday, and to retrieve detailed holiday information.
Last updated: N/A
What is Chinese Calendar MCP Service?
This is a Chinese holiday calendar service that allows users to query information about holidays and workdays in China.
How to use Chinese Calendar MCP Service?
The service accepts date inputs in the format YYYY-MM-DD
. It supports querying for single dates and date ranges. The include_weekend
parameter can be configured to include or exclude weekends when querying for holidays.
Key features of Chinese Calendar MCP Service
Check if a specific date is a holiday
Check if a specific date is a workday
Get detailed holiday information (e.g., holiday name)
Query all holidays within a specified date range
Query all workdays within a specified date range
Use cases of Chinese Calendar MCP Service
Integrating Chinese holiday information into scheduling applications
Automating tasks based on holiday schedules
Planning events and activities around Chinese holidays
Displaying Chinese holiday information on websites or mobile apps
FAQ from Chinese Calendar MCP Service
What date format is required?
What date format is required?
All dates must be in YYYY-MM-DD
format.
What happens if the date format is incorrect?
What happens if the date format is incorrect?
The service will return an error message.
What happens if the start date is after the end date in a date range query?
What happens if the start date is after the end date in a date range query?
The service requires the start date to be earlier than or equal to the end date.
Are weekends considered holidays by default?
Are weekends considered holidays by default?
Yes, weekends are considered holidays by default.
How can I exclude weekends from holiday queries?
How can I exclude weekends from holiday queries?
You can use the include_weekend
parameter to configure whether to include weekends.