Skip to main content
Glama
phonhay103

maitabi-mcp-server

by phonhay103

search_tours

Find mountain bus tours and lodge packages by filtering on area, departure month/day, bus seat type, tour style, and mountain lodge. Returns matching tours with pricing, departure dates, and course numbers.

Instructions

Search mountain bus tours and lodge packages on Maitabi (bus.maitabi.jp) with detailed filter criteria.

Returns a JSON string containing matching bus tours, seat options, pricing, departure dates, and course numbers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayNoDeparture day (1-31)
areaNoArea/direction ID (e.g., 18=Tateyama Murodo, 10=Kamikochi, 0=All)
pageNoPage number (1-based)
monthNoDeparture month (1-12)
stay1NoMountain lodge ID for night 1 (e.g., 5=Enzanso, 2=Nishiho Sanso)
stay2NoMountain lodge ID for night 2
stay3NoMountain lodge ID for night 3
styleNoTour style: 1=Round-trip bus, 2=Outbound bus, 3=Inbound bus, 4=Round-trip lodge, 5=Outbound lodge, 6=Overnight day-trip, 7=Taxi plan
keywordNoSearch keyword in Japanese (e.g., '立山', '上高地')
bus_sheetNoBus seat type: 1=Standard, 2=Premium, 3=Outbound Premium / Inbound Standard, 4=Outbound Standard / Inbound Premium, 5=Double seat, 6=Taxi
course_cdNoMaitabi course code (e.g., 'S104C21')
departureNoDeparture point: 1=Tokyo (Takebashi/Shinjuku), 2=Osaka/Kyoto, 3=Nagoya
return_dayNoReturn date option: 1=1 day after departure, 2=2 days after, 3=3 days after, 4=4 days after, 5=5 days after

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral disclosure burden. It does disclose that results are a JSON string with specific contents (seat options, pricing, departure dates, course numbers), which is positive. However, it omits pagination mechanics, result limits, error behavior, and how filters interact, leaving notable transparency gaps for an unannotated tool.

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 front-load the verb and resource, and the return-value summary is efficiently worded. Every sentence earns its place without fluff or redundancy.

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?

With 13 parameters but full schema coverage and an output schema present, the description adequately covers the core action and return content. It lacks guidance on pagination, filter combinations, and sibling tool differentiation, but these are partially mitigated by the schema and the tool's relatively straightforward search nature.

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?

The input schema describes 100% of parameters with detailed examples and enums, so the baseline is 3. The description adds no parameter-specific meaning beyond the generic phrase 'detailed filter criteria', and it does not explain parameter relationships or conditional requirements.

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 'Search' and names the exact resource 'mountain bus tours and lodge packages on Maitabi', clearly distinguishing from sibling search_general_tours with the 'mountain' qualifier. It also mentions detailed filter criteria, grounding the tool's purpose.

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?

No explicit when-to-use or alternative tool guidance is given. The domain-specific language implies it is for mountain bus tours, but it never states when to prefer this over search_general_tours or other siblings. Usage context is only implied, not clarified.

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