Skip to main content
Glama

scroll

Destructive

Move cursor to specified coordinates and apply vertical wheel delta to scroll content under that point. Negative delta scrolls toward the bottom of the page.

Instructions

Move the cursor to native (x,y) then apply a vertical mouse-wheel delta. Side effect: scroll on whatever is under that point. Negative delta scrolls toward the bottom of the page. Prefer send_actions when scroll is part of a multi-step sequence. Re-observe after scrolling lists/pages before clicking targets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesNative X to hover before scrolling
yYesNative Y to hover before scrolling
deltaYesVertical wheel delta (negative = toward bottom of page)
session_idYesActive session id
Behavior4/5

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

Annotations already indicate destructive hint and open world, but the description adds specific side effect ('scroll on whatever is under that point') and delta direction. No contradiction.

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?

Four sentences, no fluff, front-loaded with core action and side effect, then direction and guidelines. Every sentence earns its place.

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

Completeness5/5

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

For a tool with no output schema and moderate complexity, the description covers all key aspects: behavior, side effect, parameter semantics, usage alternatives, and post-action caution. Highly complete.

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?

Schema coverage is 100% and each parameter is already well described. The description adds ordering ('move cursor then apply delta'), but this is implied by schema descriptions already stating 'hover before scrolling'. Minimal additional value.

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 clearly states the verb (move and scroll) and resource (cursor/page), and distinguishes from siblings by mentioning 'Prefer send_actions when scroll is part of a multi-step sequence.'

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

Usage Guidelines5/5

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

Explicitly states when to use this tool (scroll on whatever under point) and when not to (prefer send_actions for sequences), plus a caution to re-observe after scrolling.

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

Install Server

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/glasswarp/mcp-server'

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