Skip to main content
Glama
phonhay103

maitabi-mcp-server

by phonhay103

list_district_groups

Retrieve mountain district groups and tour counts for Maitabi bus tours. Filter by departure month and departure point to see available tour options per mountain area.

Instructions

Fetch mountain area/district groups and tour counts for Maitabi mountain bus tours.

Returns a JSON string containing district groups, mountain area IDs, and tour counts per district.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monthNoDeparture month (1-12). Defaults to current month if omitted.
departureNoDeparture point: 1=Tokyo (Takebashi/Shinjuku), 2=Osaka/Kyoto, 3=Nagoya

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 burden of behavioral disclosure. It mentions the return type (JSON string) and main output fields, but does not discuss side effects, permissions, or edge cases. As a simple fetch operation, this is adequate but not rich.

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, front-loaded with purpose and followed by return format. Every sentence earns its place with no filler.

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 low complexity (2 optional parameters, output schema exists), the description adequately covers purpose and return format. It lacks explicit usage guidance, but this is a minor gap for such a scoped tool.

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 describes both parameters with full coverage (100%), so the description adds minimal parameter-level meaning. The baseline of 3 is appropriate.

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 clearly identifies the resource as 'mountain area/district groups and tour counts', which distinguishes it from sibling search/detail tools. The scope is plainly stated.

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 guidance on when to use this tool versus alternatives like search_tours or list_filters is provided. The phrase 'for Maitabi mountain bus tours' gives some context but does not state exclusions or preferred scenarios.

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