WebMCP Registry

navigate_to

verifiedv0.1

Move the browser to another page on Airport Lounge List, e.g. '/lounges/<slug>', '/airports/<slug>', '/networks/priority-pass', '/amenities/showers', '/access/credit-cards' or '/compare'.

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

Input Schema

{
  "type": "object",
  "required": [
    "path"
  ],
  "properties": {
    "path": {
      "type": "string",
      "description": "Site-relative path starting with /"
    }
  }
}

Full Contract

{
  "name": "navigate_to",
  "description": "Move the browser to another page on Airport Lounge List, e.g. '/lounges/<slug>', '/airports/<slug>', '/networks/priority-pass', '/amenities/showers', '/access/credit-cards' or '/compare'.",
  "inputSchema": {
    "type": "object",
    "required": [
      "path"
    ],
    "properties": {
      "path": {
        "type": "string",
        "description": "Site-relative path starting with /"
      }
    }
  }
}

GET /api/tool/airportloungelist.com/navigate_to