Skip to main content
Glama

Jinko Hotel Booking MCP Server

by dumyCq

find-place

Convert location queries into precise coordinates for hotel searches. Accepts city names, landmarks, or hotel descriptions and returns standardized place information with latitude and longitude.

Instructions

Use this tool to convert a user's location query into standardized place information with coordinates. This is essential when you need latitude and longitude for hotel searches but only have a text description. The tool accepts city names, hotel names, landmarks, or other location identifiers and returns a list of matching places with their details and precise coordinates.

Input Schema

NameRequiredDescriptionDefault
languageNoLanguage for the place searchen
queryYesUser's input for place search

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "language": { "default": "en", "description": "Language for the place search", "type": "string" }, "query": { "description": "User's input for place search", "type": "string" } }, "required": [ "query" ], "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