Skip to main content
Glama

Search Rakuten Travel Hotels (by Area)

travel_simple_hotel_search
Read-onlyIdempotent

Search Rakuten Travel hotels by area code or geographic coordinates. Returns summaries with prices, addresses, review stats, and ratings.

Instructions

Search Rakuten Travel hotels by area code (japan → prefecture → city → district) or by latitude/longitude coordinates. Returns hotel summaries with prices, addresses, review stats, and ratings. Use travel_get_area_class to discover area codes.

[JA] 楽天トラベルのホテルをエリアコード階層(日本→都道府県→市区町村→詳細)、または緯度経度で検索します。価格、住所、レビュー、評価を含むホテル一覧を返します。エリアコードは travel_get_area_class で取得できます。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
largeClassCodeNoLarge area class (e.g., 'japan'). Use travel_get_area_class to discover. 大エリア(例: 'japan')。
middleClassCodeNoPrefecture-level code (e.g., 'tokyo'). 都道府県。
smallClassCodeNoCity-level code (e.g., 'tokyo'). 市区町村。
detailClassCodeNoDistrict-level code (e.g., 'A'). 詳細エリア。
latitudeNoLatitude (decimal degrees) for coordinate search. 緯度。
longitudeNoLongitude (decimal degrees) for coordinate search. 経度。
searchRadiusNoSearch radius in kilometers (0.1–3.0) when using lat/lon. 検索半径(km、0.1〜3.0)。
hitsNoResults per page (1–30). 取得件数。
pageNoPage number. ページ番号。
Behavior4/5

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

Annotations declare readOnlyHint, idempotentHint, and openWorldHint. The description adds behavioral context: it returns summaries (prices, addresses, review stats, ratings) and uses area hierarchy. No negative traits disclosed, but the description aligns well and adds value beyond annotations.

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 concise: two sentences in English and two in Japanese. It front-loads key information (search by area or coordinates, return fields). No redundancy or fluff.

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 9 parameters, no required params, and no output schema, the description covers main use cases and references the area class tool. It mentions return fields. It does not explain pagination details (hits/page) but schema handles that. Fairly complete for the tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with parameter descriptions. The description adds meaning by explaining the area code hierarchy and coordinate search with radius, and specifying return fields (prices, addresses, review stats, ratings) not in schema. This provides useful context beyond parameter names.

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 clearly states the tool searches hotels by area code (hierarchical regions) or latitude/longitude. It explicitly mentions returning hotel summaries with prices, addresses, review stats, and ratings. It differentiates from siblings like travel_hotel_detail_search and travel_vacant_hotel_search by focusing on area-based simple search.

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

Usage Guidelines4/5

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

The description provides clear context for when to use the tool: for searching by area code or coordinates. It recommends travel_get_area_class to discover area codes. However, it does not explicitly state when not to use it or mention alternative siblings for specific needs (e.g., detail or vacancy).

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/mrslbt/rakuten-mcp'

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