Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

tripcom_hotel_detail

Retrieve normalized Trip.com hotel details including name, location, guest rating, amenities, policies, and images using a hotel ID from a prior search.

Instructions

Get Trip.com hotel detail. Returns a normalized Trip.com hotel-detail page: identity (name, local name, star rating, city/province/country), location (address, zone, latitude/longitude, nearby-transport description), guest rating (overall score plus cleanliness/amenities/location/service breakdown), images, description, check-in/check-out and child policy summaries, and popular facilities. Credential-free public data sourced from Trip.com's own server-rendered hotel-detail page. Pricing is not included: Trip.com's detail page only returns per-night rates alongside check-in/check-out dates, which this endpoint does not take as input -- use the search endpoint for a city's current display prices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTrip.com hotel id, from a prior search call's hotel_id field
slugNoOptional slug segment for a nicer canonical source URL (e.g. the district/city slug from a search result's url). Not required and not validated by Trip.com.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full disclosure burden. It reveals the data is 'credential-free public data sourced from Trip.com's own server-rendered hotel-detail page' and explicitly calls out that pricing is absent, which helps set expectations. It also mentions 'normalized' output, adding a behavioral trait beyond just the return fields.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core action and then uses a structured list of return sections. Every sentence carries information, from the data source to the pricing limitation, without repetition or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no output schema, the description extensively enumerates the response sections (identity, location, rating, images, policies, etc.) and explicitly states what is not included (pricing). It could be more complete by addressing error behavior or locale/language of data, but it covers the main expectations well.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Both parameters (id and slug) are fully described in the schema, so schema coverage is 100%. The description does not add parameter-level semantics beyond the schema; it only mentions the search endpoint as a source for id indirectly, which is already in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Get Trip.com hotel detail' – a specific verb and resource – and then enumerates the returned data sections. It clearly positions this as the Trip.com hotel-detail tool, distinct from the sibling tripcom_hotels_search and other providers' hotel detail tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It states pricing is not included and directs users to 'use the search endpoint for a city's current display prices,' providing an explicit alternative for a specific use case. It also implies this is the correct tool when hotel identity, location, ratings, images, and policies are needed, though it lacks a broader when-to-use/when-not-to-use statement.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Crawlora-org/crawlora-mcp'

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