Skip to main content
Glama

ui_scroll

Scroll a page or specific container to force virtualized list and grid rows into the DOM, enabling interaction with elements outside the viewport.

Instructions

Scroll the page, or scroll a specific container. Needed before interacting with anything in a virtualised list or grid, where rows outside the viewport do not exist in the DOM at all — scrolling is what creates them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dxNoHorizontal pixels; positive is right.
dyNoVertical pixels; positive is down.
toNoJump instead of scrolling by an amount.none
textNoVisible text inside the container to scroll.
frameNo'main' (default) or a substring of a frame's origin/name.main
testidNoTest id of the container to scroll.
selectorNoCSS selector of the container to scroll. Omit to scroll the page.
timeout_msNoHow long to wait for the container.
Install Server

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the behavioral burden. It discloses a key non-obvious behavior: scrolling is what creates off-viewport DOM rows in virtualised containers, which directly affects when the agent must call it. It could mention side effects or return behavior, but the core behavioral caveat is covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no filler, with the primary operation front-loaded and the critical virtualised-list context stated immediately. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the rich schema coverage and the lack of an output schema, the description plus schema is sufficient for an agent to invoke scrolling correctly. The virtualisation warning is important context that the schema cannot express. It could slightly expand on failure behavior, but the core invocation context is complete enough.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers 100% of the 8 parameters with meaningful descriptions, so the baseline is 3. The description does not add extra parameter nuance beyond the schema, but it does not need to because the schema is already thorough.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: scroll the page or a specific container. It also gives a concrete motivating use case—virtualised lists/grids—which makes its purpose unmistakable and distinct from all sibling UI tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It clearly says when to use the tool: before interacting with anything in a virtualised list or grid, where off-screen rows are not in the DOM. It does not explicitly name alternatives or when-not cases, but the scroll function is unique among the listed siblings and the guidance is otherwise strong.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

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/Dayananda-D/Devcdp'

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