Skip to main content
Glama
h-kazuki-pixel

jp-dates MCP Server

日本の祝日一覧

jp_list_holidays
Read-only

Get Japanese national holidays for any year from 2020 to 2099, including substitute holidays. Specify a month for a targeted list.

Instructions

指定した年(または年月)の日本の祝日一覧を返します。振替休日・国民の休日も含みます。対応範囲: 2020〜2099年。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYes西暦年(例: 2026)
monthNo月(省略時は年全体)
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds that the list includes substitute holidays and national holidays, plus the supported year range. This goes beyond the annotation by specifying scope and inclusion criteria, which helps the agent understand exactly what will be returned.

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 two short, front-loaded sentences with no redundancy. It efficiently conveys the main action, additional inclusions, and the valid range.

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

Completeness5/5

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

For a simple read-only holiday list tool, the description fully covers the input scope, output, and constraints. The annotations handle safety, and the schema covers parameters, so no further context is needed.

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 coverage is 100% with clear descriptions for both year and month, so the description adds little beyond what the schema already provides. It does reinforce that month is optional via 'or year/month', which is already evident from the schema's required field list.

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 clearly states the tool 'returns a list of Japanese holidays for the specified year (or year/month)', using a specific verb and resource. It distinguishes itself from siblings like jp_next_holiday by focusing on listing holidays for a given period rather than finding the next holiday.

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 provides clear context on what the tool does and its supported range (2020-2099), making the use case obvious for holiday list retrieval. However, it does not explicitly mention alternatives or when not to use it, such as pointing to jp_next_holiday for single-next-holiday queries.

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/h-kazuki-pixel/jp-dates-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server