WebMCP Registry

update_location

unverifiedv0.1

Updates the user's location to show relevant content.

Updated 6/6/2026 · Created 6/6/2026

Input Schema

{
  "type": "object",
  "required": [
    "city"
  ],
  "properties": {
    "city": {
      "type": "string",
      "description": "The city to set as the user's location (e.g. Paris, New York)"
    }
  }
}

Full Contract

{
  "name": "update_location",
  "description": "Updates the user's location to show relevant content.",
  "inputSchema": {
    "type": "object",
    "required": [
      "city"
    ],
    "properties": {
      "city": {
        "type": "string",
        "description": "The city to set as the user's location (e.g. Paris, New York)"
      }
    }
  }
}

GET /api/tool/googlechromelabs.github.io/webmcp-tools/demos/ticket-booking/update_location