Steel MCP Server

Official

scroll_up

Scroll up the page by a pixel amount - if no pixels are specified, scrolls up one page

Input Schema

NameRequiredDescriptionDefault
pixelsNoThe number of pixels to scroll up. If not specified, scrolls up one page.

Input Schema (JSON Schema)

{ "properties": { "pixels": { "description": "The number of pixels to scroll up. If not specified, scrolls up one page.", "type": "integer" } }, "required": [], "type": "object" }