WebMCP Registry

get_lounge_details

verifiedv0.1

Look up one airport lounge by its Airport Lounge List slug (e.g. 'plaza-premium-lounge-sin-terminal-1'). Returns location, hours, amenities and who can get in.

Updated 8/29/2026 · Created 8/29/2026

Input Schema

{
  "type": "object",
  "required": [
    "slug"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "description": "Lounge slug from a /lounges/<slug> URL"
    }
  }
}

Full Contract

{
  "name": "get_lounge_details",
  "description": "Look up one airport lounge by its Airport Lounge List slug (e.g. 'plaza-premium-lounge-sin-terminal-1'). Returns location, hours, amenities and who can get in.",
  "inputSchema": {
    "type": "object",
    "required": [
      "slug"
    ],
    "properties": {
      "slug": {
        "type": "string",
        "description": "Lounge slug from a /lounges/<slug> URL"
      }
    }
  }
}

GET /api/tool/airportloungelist.com/get_lounge_details