Skip to main content
Glama

PlayMCP Browser Automation Server

by jomon003

scroll

Automate horizontal and vertical scrolling on web pages by specifying pixel amounts for precise browser interaction using PlayMCP Browser Automation Server.

Instructions

Scroll the page by specified amounts

Input Schema

NameRequiredDescriptionDefault
xYesHorizontal scroll amount in pixels (positive = right, negative = left)
yYesVertical scroll amount in pixels (positive = down, negative = up)

Input Schema (JSON Schema)

{ "properties": { "x": { "description": "Horizontal scroll amount in pixels (positive = right, negative = left)", "type": "number" }, "y": { "description": "Vertical scroll amount in pixels (positive = down, negative = up)", "type": "number" } }, "required": [ "x", "y" ], "type": "object" }
Install Server

Other Tools from PlayMCP Browser Automation 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/jomon003/PlayMCP'

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