Smithery

browser_get_html

Get the HTML of the current page or a specific element. Useful for inspecting DOM structure, class names, and attributes.

Remote relievedattention992-smithery/screenshotsmcp

Other tools also called browser_get_html? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "outer": {
      "type": "boolean",
      "default": true,
      "description": "If true, return outerHTML (includes the element itself). If false, return innerHTML (children only)."
    },
    "selector": {
      "type": "string",
      "description": "Optional CSS selector (e.g. 'nav', '#header', 'form'). Omit for full page HTML."
    },
    "sessionId": {
      "type": "string",
      "description": "Session ID from browser_navigate"
    }
  }
}