Skip to main content
Glama
phonhay103

maitabi-mcp-server

by phonhay103

get_tour_calendar

Retrieve a monthly departure calendar and tour availability matrix for Japan tours. Input year and month to get daily schedules and filter by travel category.

Instructions

Fetch monthly departure calendar and tour schedule matrix on www.maitabi.jp for a given year and month.

Returns a JSON string with daily departure schedule matrix, tour availability, and calendar dates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYesYear (e.g., 2026)
monthYesMonth (1-12)
travel_typeNoOptional category ID filter: 1=Domestic Mountain, 2=Domestic Travel, 3=Mountain Bus, 4=Overseas Mountain, 5=Overseas Travel

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that the tool performs a fetch and returns a JSON string with a specific content structure, which is useful. However, it does not explicitly state whether this is a read-only operation, potential side effects, or any authentication/rate-limit requirements. Given the name and 'Fetch', it is likely safe, but not explicitly confirmed.

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 sentences, front-loaded with the action and resource, and each sentence contributes relevant information. No redundant or filler content.

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?

Given the tool's simplicity, the existence of an output schema, and complete parameter descriptions in the schema, the description adequately covers the tool's purpose and behavior. It even mentions the return type and contents, which adds completeness beyond what the schema provides.

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?

All parameters (year, month, travel_type) have descriptions in the schema, covering 100% of them. The description adds no additional semantic meaning beyond saying 'for a given year and month', which is already in the schema. This meets the baseline for complete schema coverage.

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 a specific verb ('Fetch') and identifies the resource ('monthly departure calendar and tour schedule matrix') and the website (www.maitabi.jp). It clearly distinguishes itself from sibling tools like search_tours or get_tour_detail by focusing on the calendar/matrix for a given year and month.

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 makes it clear that the tool is for retrieving a calendar for a specific year/month, implying when to use it. However, it does not explicitly state when not to use it or mention alternatives among the sibling tools, so no clear exclusion or alternative guidance is provided.

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/phonhay103/maitabi-mcp-server'

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