Skip to main content
Glama

MCP Browser Server

by Wladastic

check_scrollability

Determine if a web page is scrollable in a specified direction (vertical, horizontal, or both) using the MCP Browser Server to automate web interaction and analysis.

Instructions

Check if the page is scrollable in the specified direction

Input Schema

NameRequiredDescriptionDefault
directionNoDirection to check for scrollabilityboth

Input Schema (JSON Schema)

{ "properties": { "direction": { "default": "both", "description": "Direction to check for scrollability", "enum": [ "vertical", "horizontal", "both" ], "type": "string" } }, "type": "object" }

Other Tools from MCP Browser 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/Wladastic/mcp-browser-server'

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