Skip to main content
Glama

Shirabe Japan Data Hub

Look up Japanese calendar

lookup_calendar
Read-onlyIdempotent

Look up Japanese calendar information for a given date: Rokuyo (six-day cycle such as Taian/Butsumetsu), Rekichu (almanac notes), Eto (sexagenary cycle), 24 solar terms, and purpose-based auspiciousness scores. Useful when an AI agent needs canonical Japanese calendar facts (e.g. choosing an auspicious date for a wedding or ceremony). Source: Shirabe Calendar API (shirabe.dev).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesTarget date in YYYY-MM-DD (between 1873-01-01 and 2100-12-31).
categoriesNoOptional purpose categories to score (e.g. marriage, funeral, groundbreaking). Omit to return all available categories.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. Description adds context by naming the external data source (Shirabe Calendar API) and listing the retrieved calendar fields, enhancing transparency without contradiction.

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 unnecessary words. Front-loaded with core functionality and supported by a usage note. Every sentence adds value.

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

Completeness4/5

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

No output schema exists, but description hints at the kind of data returned (Rokuyo, etc.). It could be more explicit about the response structure, but given the tool's straightforward lookup nature and full annotations, it is sufficiently complete.

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 describes both parameters completely (100% coverage). Description reinforces the purpose of categories for scoring but adds no new semantic information beyond what the schema already provides.

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?

Description clearly states the verb 'look up' and the resource 'Japanese calendar information', listing specific contents such as Rokuyo, Rekichu, Eto, solar terms, and auspiciousness scores. It is distinct from unrelated sibling tools.

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?

Description provides a usage context: 'useful when an AI agent needs canonical Japanese calendar facts' with a concrete example. However, it does not explicitly mention when not to use or suggest alternatives, though none are needed given the sibling set.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: corporate number lookup vs. search, calendar lookup, address normalization, and name splitting. No overlap, and the corporation tools explicitly cross-reference each other.

Naming Consistency4/5

Tools generally use snake_case verb_noun pattern, but 'lookup_calendar' begins with 'lookup' while others place the verb after the noun (e.g., 'corporation_lookup'), creating minor inconsistency.

Tool Count5/5

5 tools is well-scoped for a Japan data hub, covering core areas (corporations, addresses, names, calendar) without being too few or too many.

Completeness3/5

The tools cover key operations but leave gaps common for a data hub, such as address lookup by postal code, phone normalization, or reverse geocoding. No CRUD cycles exist, but each tool is a standalone lookup.

Resources