Skip to main content
Glama
takeo628-hub

jp-calendar-mcp

by takeo628-hub

jp_from_wareki

Convert a Japanese era date to the Gregorian calendar, with explicit warning when the month/day falls outside that era.

Instructions

Convert a Japanese era date to the Gregorian calendar. Warns when the given month/day falls outside that era.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayYes
eraYes令和/平成/昭和/大正/明治 or R/H/S/T/M
monthYes
era_yearYes
Behavior3/5

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

With no annotations provided, the description carries the responsibility for behavioral disclosure. It does add one meaningful behavior: warning when the month/day falls outside the era. However, it does not describe the output format, error behavior, or null-handling, so transparency is only partial.

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?

Two concise sentences with no filler. Every word contributes to the core function and a key edge-case behavior, making this appropriately sized and front-loaded.

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 simple conversion tool, the description covers the main purpose and the warning behavior, but with no output schema it should also describe the return value format. It does not, leaving some uncertainty for the agent about what to expect from the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 25%, meaning only the 'era' parameter has an explanation. The description barely compensates: it mentions 'month/day' but does not clarify the role of era_year or the expected ranges for month/day. It adds minimal meaning beyond property names.

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 uses the specific verb 'Convert' and clearly identifies the resource: a Japanese era date to the Gregorian calendar. It distinguishes itself from sibling jp_to_wareki by stating the conversion direction, leaving no ambiguity about what this tool does.

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 when a Japanese era date needs conversion to Gregorian, but it does not explicitly mention alternatives or exclusions. For example, it does not point to jp_to_wareki for the reverse conversion, leaving the usage context only implicit.

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/takeo628-hub/jp-calendar-mcp'

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