Skip to main content
Glama

Steel MCP Server

by steel-dev

scroll_down

Scroll down a webpage by a specified number of pixels or one full page if no value is provided. Part of the Steel MCP Server, it enables precise web navigation for LLMs via Puppeteer-based tools.

Instructions

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

Input Schema

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

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Steel MCP 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/steel-dev/steel-mcp-server'

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