| name | hotel-lookup |
| display_name | Hotel Lookup — FlyAI search-hotel · Fliggy MCP |
| description | Hotel discovery, shortlist comparison, and booking handoff using **FlyAI `search-hotel`** on **Fliggy MCP** (structured filters: destination, stay dates, POI proximity, hotel/homestay/inn types, star tiers, bed layouts, sort, nightly CNY cap). Use when users ask to find hotels, compare options by budget, location, stars, or bed type, plan city stays, family or business lodging, or move toward booking/detail pages via returned **mainPic** and **detailUrl** in JSON—see `references/search-hotel.md` for exact flags.
|
| homepage | https://open.fly.ai/ |
| metadata | {"version":"1.2.0","agent":{"type":"tool","runtime":"node","context_isolation":"execution","parent_context_access":"read-only"},"openclaw":{"emoji":"🏨","priority":88,"requires":{"bins":"[Truncated]"},"intents":["hotel_search"],"patterns":["(?i)\\b(flyai)[\\s-]*hotel\\b","((search|find|book|compare|recommend).*(hotel|hotels|stay|stays|lodging|accommodation|resort|hostel|民宿))","((hotel|hotels|stay|lodging|accommodation).*(search|book|compare|price|deal|availability|check-?in))","(搜索|查找|推荐|比较|预订|查询).*(酒店|民宿|住宿|房型|入住|退房|星级|预算)","(酒店|民宿|住宿).*(搜索|预订|比价|价格|空房|取消)","(大床房|双床房|多床房).*(酒店|民宿|搜索|预订)","(排序|按价格|按评分|按距离).*(酒店|民宿|住宿)","(关键词|主题房|亲子|商务|周末).*(酒店|民宿|搜索)","(附近酒店|邻近景点|靠近|周边).*(酒店|民宿|搜索|预订)","(每晚|一晚|预算|不超过|以内).*(元|块|CNY|人民币).*(酒店|民宿)","(民宿|客栈).*(还是|和|或).*(酒店|住宿)"]}} |
Hotel Lookup (FlyAI · Fliggy MCP)
Provide hotel discovery, comparison, and booking handoff using the FlyAI CLI command search-hotel, backed by Fliggy MCP. Outputs are decision-ready when you respect live JSON fields and the flag schema in references/search-hotel.md (single source of truth).
Prerequisites
- Install FlyAI CLI:
npm i -g @fly-ai/flyai-cli
- Optional richer results:
flyai config set FLYAI_API_KEY "your-key" (keep secrets out of logs).
- I/O: one JSON object per line on stdout; guidance/errors on stderr (
flyai search-hotel --help for flag discovery).
Workflow
1. Capture intent before running search-hotel
Extract and confirm (ask only the minimum if missing):
- Destination → maps to required
--dest-name (country / province / city / district).
- Stay window →
--check-in-date / --check-out-date (YYYY-MM-DD).
- Budget →
--max-price (CNY per night cap).
- Stars & beds →
--hotel-stars, --hotel-bed-types.
- Lodging mix →
--hotel-types (酒店 / 民宿 / 客栈).
- Landmark / “near X” →
--poi-name plus --dest-name.
- Free-text narrowing →
--key-words.
- Ranking preference →
--sort (price_asc / price_desc / rate_desc / distance_asc / no_rank).
- Trip purpose (business / family / leisure) → use to choose filters and how you explain trade-offs; do not send fields that
references/search-hotel.md does not define.
2. Align parameters to the reference (no “tag priming” RPC)