Skip to main content
Glama

get_stay_reviews

Retrieve hotel guest reviews and ratings for specific accommodations to help travelers make informed booking decisions based on previous guest experiences.

Input Schema

NameRequiredDescriptionDefault
stay_idYesDuffel stay/hotel ID (e.g., acc_0000AWr2VsUNIF1Vl91xg0)
afterNoPagination cursor: after
beforeNoPagination cursor: before
limitNoMax reviews to return (1-200)

Input Schema (JSON Schema)

{ "properties": { "after": { "description": "Pagination cursor: after", "type": "string" }, "before": { "description": "Pagination cursor: before", "type": "string" }, "limit": { "description": "Max reviews to return (1-200)", "maximum": 200, "minimum": 1, "type": "integer" }, "stay_id": { "description": "Duffel stay/hotel ID (e.g., acc_0000AWr2VsUNIF1Vl91xg0)", "type": "string" } }, "required": [ "stay_id" ], "type": "object" }

Other Tools from Flight + Stay Search MCP

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/clockworked247/flights-mcp-ts'

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