Smithery

browser_scroll

Scroll the browser page by a given amount in pixels.

Remote relievedattention992-smithery/screenshotsmcp

Other tools also called browser_scroll? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "x": {
      "type": "number",
      "default": 0,
      "description": "Horizontal scroll amount in pixels"
    },
    "y": {
      "type": "number",
      "default": 500,
      "description": "Vertical scroll amount in pixels (positive = down)"
    },
    "sessionId": {
      "type": "string",
      "description": "Session ID from browser_navigate"
    }
  }
}