Skip to main content
Glama

Jinko Hotel Booking MCP Server

by dumyCq

get-hotel-details

Retrieve complete hotel details, including room types, rates, amenities, and cancellation policies, for a specific hotel ID. Use this to provide users with all booking options and essential information.

Instructions

Retrieve comprehensive details about a specific hotel identified by its ID. This tool provides more extensive information than what's available in search results, including complete descriptions, all available room types, detailed rate information, cancellation policies, and full amenity lists.

Use this tool when a user expresses interest in a specific hotel from search results to provide them with all available options and complete booking information.

Input Schema

NameRequiredDescriptionDefault
hotel_idYesID of the hotel to get details for
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 get details for", "type": "string" }, "session_id": { "description": "The session ID from a previous search", "type": "string" } }, "required": [ "session_id", "hotel_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