Thai Public Holidays
thai_holidaysList Thai public holidays for a given year, including dates, English and Thai names. Use to plan payment due dates, meetings, and delivery estimates while avoiding conflicts with lunar holidays.
Instructions
List Thai public holidays for a given year (2025, 2026), with dates, Thai/English names, and a flag for lunar-calendar holidays.
Args:
year (number): one of 2025, 2026
Returns structured JSON: { "year": number, "count": number, "holidays": [{ "date": "YYYY-MM-DD", "nameEn": string, "nameTh": string, "lunar": boolean }], "disclaimer": string }
Use when scheduling anything in Thailand: payment due dates, meeting planning, delivery estimates, contract deadlines. Lunar holidays (lunar: true) are fixed by annual announcement — verify for critical deadlines. Bank holidays can differ slightly from public holidays (Bank of Thailand publishes its own list).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Calendar year. Available: 2025, 2026 |