Skip to main content
Glama
phonhay103

maitabi-mcp-server

by phonhay103

get_general_tour_detail

Retrieve complete itinerary, meal conditions, price matrix, lodging, and booking links for a general tour by course number.

Instructions

Fetch complete details, itinerary, pricing, and booking information for a general tour on www.maitabi.jp.

Returns a JSON string containing tour itinerary, meal conditions, price matrix, lodging, and booking links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_noYesTour course number on www.maitabi.jp (e.g., 1723, 24865)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It states the return type and contents (a JSON string with itinerary, meal conditions, price matrix, lodging, booking links), which clarifies the output behavior. However, it does not explicitly confirm read-only status or mention any authentication or rate-limit considerations, leaving some behavioral ambiguity.

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 the main action in the first sentence and the return payload in the second. No extraneous content.

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 tool's simplicity (one parameter, output schema present), the description covers the main purpose and return content. However, it omits any differentiation between this tool and the similarly named get_tour_detail sibling, which is a minor gap in contextual completeness.

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 already fully documents the only parameter (course_no) with a description and examples, so the tool description adds no additional semantic information about the parameter. The code 'general tour' in the description does not elaborate on the parameter.

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 'Fetch' and identifies the resource as 'complete details, itinerary, pricing, and booking information for a general tour on www.maitabi.jp', clearly distinguishing the tool's function. It also lists the output content, making the purpose unambiguous.

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 provides no guidance on when to choose this tool over its sibling tools such as get_tour_detail or search_general_tours. It does not state any exclusions or alternative conditions.

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