Skip to main content
Glama

is_business_day_free

FREE: check whether a date between today and 90 days ahead (JST) is a business day in Japan. Official Cabinet Office holiday data, supports bank calendar (Dec 31 - Jan 3). For other dates, business-day arithmetic or holiday lists use the paid tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesDate in YYYY-MM-DD. Supported range 1955-01-01..2027-12-31
calendarNonational (default): weekends + national holidays. bank: also Dec 31 - Jan 3 bank holidays

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden and does well: it discloses the data source (Cabinet Office), timezone (JST), date constraint, and bank-calendar semantics. It stops short of stating the exact return value or behavior for out-of-range dates, but the check semantics are mostly inferable.

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 a single front-loaded sentence that wastes no words: it leads with free status, states the core check, then gives the boundary condition and alternatives. Every clause adds decision-relevant information.

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?

For a two-parameter boolean check with no output schema, the description covers scope, data source, calendar variants, and sibling routing. It is slightly incomplete only in not explicitly stating the return type or error/out-of-range behavior, but an agent has enough to invoke it correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the schema already documents the date format and the national/bank enum. The description adds beyond the schema by clarifying that the free check is limited to today through 90 days ahead in JST, and that bank mode adds Dec 31-Jan 3 holidays.

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 states a specific verb and resource: 'check whether a date ... is a business day in Japan.' It adds clear scope ('between today and 90 days ahead (JST)') and distinguishes this free tool from paid tools for other dates, making its role among siblings clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says when to use the tool: free checks within the 90-day JST window, and 'For other dates, business-day arithmetic or holiday lists use the paid tools.' This gives agents a direct routing rule for choosing between this tool and its siblings.

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.

Resources