Skip to main content
Glama
phonhay103

maitabi-mcp-server

by phonhay103

search_general_tours

Find general travel tours and mountain climbing packages by keyword, departure date, and category, returning detailed matching results with pagination.

Instructions

Search general travel tours and mountain climbing packages on www.maitabi.jp.

Returns a JSON string containing matching tours, total count, pagination, and course numbers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayNoDeparture day of month (1-31)
pageNoPage number (1-based)
keywordNoSearch keyword in Japanese (e.g., '富士山', '京都')
year_monthNoDeparture year-month string in 'YYYY-MM' format (e.g., '2026-08')
travel_typeNoCategory ID: 1=Domestic Mountain (default), 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?

The description discloses the return format (JSON string with matching tours, total count, pagination, and course numbers), which is useful beyond the schema. However, with no annotations provided, the description carries the full burden of behavioral transparency and does not mention side effects, limitations, or whether it is read-only (though 'Search' implies it).

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 concise sentences with no filler. It front-loads the purpose and immediately follows with the return format, making it easy to scan.

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?

Given the output schema exists and parameters are fully described in the schema, the description adequately covers purpose and return value. It lacks usage differentiation guidance, but overall the description is complete for a search tool with rich schema information.

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 description coverage is 100%, so the baseline is 3 even without additional parameter info. The description does not add any semantic nuance beyond what the schema already provides, but it does not need to given the coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Search') and resource ('general travel tours and mountain climbing packages') on a specific website. It is specific enough to convey the tool's function, but it does not explicitly distinguish itself from the sibling tool 'search_tours', leaving the exact scope of 'general' vs 'tours' open.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus search_tours, get_tour_detail, or list_filters. No alternatives, prerequisites, or exclusion criteria are mentioned. The 'general' label hints at a category, but this is not explicit.

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