Skip to main content
Glama

PlayMCP Browser Automation Server

by jomon003

scroll

Control browser page scrolling by specifying horizontal and vertical pixel amounts with optional smooth animation. Suitable for precise navigation in web automation tasks.

Instructions

Scroll the page by specified amounts with enhanced feedback

Input Schema

NameRequiredDescriptionDefault
smoothNoWhether to use smooth scrolling animation (default: false)
xYesHorizontal scroll amount in pixels (positive = right, negative = left)
yYesVertical scroll amount in pixels (positive = down, negative = up)

Input Schema (JSON Schema)

{ "properties": { "smooth": { "description": "Whether to use smooth scrolling animation (default: false)", "type": "boolean" }, "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" }

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