Skip to main content
Glama

AutoProbeMCP

by Wladastic

scroll

Scroll web pages in specified directions (up, down, left, right) with customizable pixel counts and scrolling behavior to enhance browser automation tasks.

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 AutoProbeMCP

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/AutoProbeMCP'

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