---
name: holiday.agentic-jp.com
description: holiday.agentic-jp.com provides a single API for counting business days, weekend days, and Japanese public holidays between two dates. It uses the Japanese public holiday calendar to break down any date range into its component day types. This is a date-range calculation tool, not a scheduling or calendar management service.
host: holiday.agentic-jp.com
---

# holiday.agentic-jp.com

This host serves agents and applications that need accurate working-day counts within the Japanese calendar system. It is purpose-built for Japan-specific date arithmetic — useful for SLA calculations, payment deadline estimation, project scheduling, and compliance workflows that must account for Japanese national holidays. It does not cover other countries or provide real-time scheduling features.

## When to use this host

Use this host when an agent needs to count working days, weekends, or public holidays within a date range specifically under the Japanese calendar. It is the right choice for Japan-specific SLA calculations, payment deadline estimation, or project scheduling that must respect Japanese national holidays. Do not use it for business day calculations in any country other than Japan — use a country-appropriate calendar API instead. It is also not suitable for real-time or intraday scheduling, recurring event generation, or calendar management; those require a full calendar service.

## Capabilities

### Japanese Business Day Counting

Calculates the breakdown of total days, business days, weekend days, and public holidays between two dates using the Japanese public holiday calendar.

- **`count-japan-business-days`** — Counts business days, weekend days, and public holidays between two dates using the Japanese public holiday calendar.

## Skill reference

### `count-japan-business-days`

**Japan Business Day Counter** — Counts business days, weekend days, and public holidays between two dates using the Japanese public holiday calendar.

*Use when:* Use when an agent needs to calculate the number of working days, weekends, or Japanese public holidays within a date range, such as for scheduling, SLA calculations, or deadline estimation in Japan.

*Not for:* Do not use for business day calculations outside Japan; use a calendar API for the relevant country instead. Not suitable for real-time or intraday scheduling — this is a date-range day-count tool only.

**Inputs:**

- `from` (string, required) — Range start date in ISO format YYYY-MM-DD (inclusive).
- `to` (string, required) — Range end date in ISO format YYYY-MM-DD (inclusive).

**Returns:** Returns total_days, business_days, weekend_days, holiday_days counts, and a holidays array listing each Japanese public holiday (with Japanese and English names) within the requested date range.

**Example:** `{"from": "2026-05-01", "to": "2026-05-31"}`

---
