Skip to main content
Glama

Jinko Hotel Booking MCP Server

by dumyCq

book-hotel

Complete hotel bookings by generating a secure payment link. Requires hotel ID, rate ID, and session ID. Displays booking details and payment link for user confirmation.

Instructions

Initiate a hotel booking process for a specific hotel and rate option.

IMPORTANT WORKFLOW:

  1. Before calling this tool, you MUST present a specific hotel's all available rate options to the user using get-hotel-details
  2. The user MUST select a specific rate option they want to book
  3. This tool will generate a secure payment link that the user needs to open in their browser to complete the booking

The response includes a payment_link that must be prominently displayed to the user, along with booking details such as hotel name, check-in/out dates, and total price.

Input Schema

NameRequiredDescriptionDefault
hotel_idYesID of the hotel to book
rate_idYesID of the specific rate option the user has selected
session_idYesThe session ID from a previous search

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "hotel_id": { "description": "ID of the hotel to book", "type": "string" }, "rate_id": { "description": "ID of the specific rate option the user has selected", "type": "string" }, "session_id": { "description": "The session ID from a previous search", "type": "string" } }, "required": [ "session_id", "hotel_id", "rate_id" ], "type": "object" }
Install Server

Other Tools from Jinko Hotel Booking MCP Server

Related Tools

    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/dumyCq/jinko-mcp'

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