Skip to main content
Glama

MCP Browser Server

by Wladastic

scroll

Automate page scrolling in specified directions (up, down, left, right) with customizable pixel counts and smooth or auto behaviors using the MCP Browser Server.

Instructions

Scroll the page in the specified direction

Input Schema

NameRequiredDescriptionDefault
behaviorNoScrolling behaviorauto
directionNoDirection to scrolldown
pixelsNoNumber of pixels to scroll (optional)

Input Schema (JSON Schema)

{ "properties": { "behavior": { "default": "auto", "description": "Scrolling behavior", "enum": [ "auto", "smooth" ], "type": "string" }, "direction": { "default": "down", "description": "Direction to scroll", "enum": [ "up", "down", "left", "right" ], "type": "string" }, "pixels": { "description": "Number of pixels to scroll (optional)", "type": "number" } }, "type": "object" }

Other Tools from MCP Browser Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wladastic/mcp-browser-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server