J

Jinko

Official
unknown

Searches and books hotels from over 2 million properties worldwide. Provides detailed hotel information, pricing, and secure booking links.

151 viewsRemote

What it does

  • Search hotels with detailed filters
  • View hotel details with rooms and rates
  • Generate secure booking payment links
  • Browse hotel amenities and policies
  • Load additional search results
  • Access filtering metadata for searches

Best for

Travel agents booking client accommodationsBuilding travel booking applicationsAutomating hotel research and reservations
2M+ hotels worldwideSecure payment integrationInteractive search widgets

Tools (2)

find_destination

Discover the best travel destinations by finding the best flight deals from your origin location. USE THIS TOOL WHEN : - The user does not know where to go - The user is looking for destination ideas based on specific criteria (for example: beach, family-friendly, kitesurfing) - The user previously asked for destination recommendations and is now asking about pricing for those options PURPOSE: Help users discover where to travel when they don't know where to go. Focus on finding great destinations based on flight prices and availability rather than searching for flights to known destinations. This tool leverage ChatGPT intelligence to identify relevant destinations for the user based on various criteria and passing it to the tool via the destinations field. IMPORTANT - DATES All dates in query parameters (departure_dates, departure_date_ranges, return_dates, return_date_ranges) MUST be in the future. Never use past dates. Please fill as much as possible search parameters based on user intent to get best results. All departure dates MUST be for a future dates, never a past dates. IMPORTANT - RE-CALL THIS TOOL when the user: - Asks for a different destination [city, region, country] - Asks for different dates - Asks for destination with specific criteria such beach, city trip, chill etc. - The user is already in fullscreen mode in the widget. CORE FUNCTIONALITY: - REQUIRED: User's origin location (LLM identifies ALL nearby airports) - OPTIONAL: Destination filtering by specific airports/cities OR omit for global discovery mode - Destination Discovery Mode: When destinations is omitted/empty, searches ALL destinations globally - Flexible dates and stay durations for exploring options - Filter by budget, direct flights preference, currency, and locale - By default, please search roundtrip flights unless user specifies one-way. Use "one-way" in the tool ONLY when the user type explicitely one way in the query AIRPORT IDENTIFICATION - CRITICAL: LLM MUST identify and recommend ALL relevant airports for user's origin location: - "New York": ["JFK", "LGA", "EWR"] (3 major airports) - "London": ["LHR", "LGW", "STN", "LTN", "LCY"] (5 airports) - "Paris": ["CDG", "ORY"] - "Tokyo": ["NRT", "HND"] - "Chicago": ["ORD", "MDW"] - "Los Angeles": ["LAX"] - "San Francisco": ["SFO"] - "SFO": ["SFO"] If user ask for SFO, SF or San Francisco, which means the city, please only use SFO airport code. DESTINATION FILTERING - INTELLIGENT INTERPRETATION: Destinations can be specified using IATA airport codes OR city codes (3 letters). You can mix both types: - Airport codes: ["JFK", "LAX", "LHR"] - searches specific airports - City codes: ["NYC", "LON", "PAR"] - searches all airports in those cities - Mixed: ["JFK", "LON", "TYO"] - JFK airport + all London airports + all Tokyo airports DESTINATION LIST - CRITICAL: When users mention criteria that imply a type of destination, the LLM MUST first interpret that intent and generate the appropriate list of destinations before making the tool call: Examples: - "Sunny places in winter": LLM identifies warm-weather destinations: ["MIA","MCO","SAN","PHX","HNL","CUN","PUJ","PTY","LIM","GIG"] - "Somewhere in Asia": LLM compiles major Asian destinations: ["NRT","HND","ICN","PVG","PEK","HKG","SIN","BKK","KUL","MNL"] - "Beach destinations": LLM identifies beach cities: ["MIA","SAN","HNL","CUN","PUJ","SJU","NAS","MBJ"] - "European capitals": LLM lists capital airports: ["LHR","CDG","FRA","MAD","FCO","AMS","BRU","VIE","PRG","CPH"] - "Ski destinations": LLM identifies ski resort airports: ["DEN","SLC","ZRH","INN","GVA","TRN"] If no destination filtering is specified or criteria is too broad ("anywhere", "surprise me"), leave destinations empty for global discovery mode. TYPICAL USE CASES FOR THIS TOOL: 1. "Where should I travel from NYC next month?" : origins: ["JFK","LGA","EWR"], departure_date_ranges, destinations: [] (global discovery) 2. "Find me cheap flights from SF to Europe under $800" : origins: ["SFO"], destinations: [European airports/cities], max_price: 800 3. "I want to go somewhere warm from Chicago for a week in December" : origins: ["ORD","MDW"], stay_days: 7, departure_date_ranges, destinations: [warm destinations] 4. "Best weekend getaways from Boston?" : origins: ["BOS"], stay_days_range: {min: 2, max: 4}, destinations: [] (discover mode) 5. "Direct flights from LA to Asia" : origins: ["LAX","BUR","SNA","ONT"], destinations: [Asian airports/cities], direct_only: true 6. "Beach vacation from Seattle in summer under $600" : origins: ["SEA"], destinations: [beach destinations], max_price: 600 7. "Flights to London from New York" : origins: ["JFK","LGA","EWR"], destinations: ["LON"] (city code for all London airports) WHEN TO NOT USE THIS TOOL - Never use this tool when the user asks the price for a single destination. A destination is defined as a city. Examples : 1. ""What are the cheapest date to go NYC from PAR"?" : origins: ["CDG","ORY"], departure_date_ranges, destinations: ["JFK", "LGA", "EWR"] 2. ""Give me the chepaest flight from Los Anegles to Miami in June"?" : origins: ["LAX"], departure_date_ranges, destinations: ["MIA"] IMPORTANT: Always provide ALL airports for both origins and (when applicable) destinations to maximize search results and find the best deals.

find_flight

Find and compare flights between two specific cities or airports with an interactive carousel widget displayed inline. IMPORTANT: All dates in query parameters (departure_dates, departure_date_ranges, return_dates, return_date_ranges) MUST be in the future. Never use past dates. Please fill as much as possible search parameters based on user intent to get best results. SPECIFIC ROUTE SEARCH: This tool searches for flights between a single origin and destination city: - Use exact 3-letter IATA aiprort codes or IATA city code for both origin and destination - Date ranges OR stay duration for flexible trip planning - Natural trip duration (stay_days) instead of exact return dates - Simplified, essential parameters focused on finding options - By default, please search roundtrip flights unless user specifies one-way. Use "one-way" in the tool ONLY when the user type explicitely one way in the query USE CASES: ✓ "Find flights from JFK to CDG next month" - Specific route with date range ✓ "I want to fly from Los Angeles to Tokyo for a week in December" - Uses departure_date + stay_days ✓ "Direct flight in business class from New York to London, staying 5-10 days" - Uses stay_days_range ✓ "Cheapest flight from ORD to LHR under $600" - Specific route with budget The widget displays flights in a scrollable carousel with options to view detailed itineraries.