Skip to main content
Glama

Scroll

browser_scroll

Scroll a page or bring an element into view to load lazy-loaded content that isn't in the DOM until scrolled to.

Instructions

Scroll the page, or bring a specific element into view. Useful for lazy-loaded content that is not in the DOM until it is scrolled to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountNoPixels, for `down`/`up`.
targetNoScroll this element into view.
tabIndexNoAct on this tab just for this call, without changing which tab is active. Defaults to the active tab. To switch tabs for good, use browser_tabs with action 'select'.
directionNo
profileIdYesBrowser profile id, as passed to start_profile.
Behavior3/5

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

Annotations already declare readOnlyHint=false and destructiveHint=false, so the safety profile is covered. The description adds the behavioral note about lazy-loaded content, but does not disclose other aspects like scroll behavior inside frames, error handling, or whether scrolling waits for content to appear. Some value beyond annotations, but limited.

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, front-loaded with the action, no unnecessary verbiage. The lazy-loading note is relevant and adds context without bloat.

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

Completeness3/5

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

With 5 top-level parameters and a nested target object with many optional selectors, the two-sentence description is somewhat sparse. It explains the two main modes and one use case but does not guide on how to choose between direction and target or handle edge cases. The schema fills in parameter details, but for a tool of this complexity, more context would help an agent use it correctly.

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 description coverage is 80%, with direction lacking a description. The tool description says 'Scroll the page' (for direction) and 'bring a specific element into view' (for target), which adds a slight semantic distinction, but the schema already provides descriptions for target and amount. The description adds marginal value beyond the schema.

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 action ('Scroll') and resources ('the page, or bring a specific element into view'), distinguishing it from sibling browser tools like navigate, click, or wait_for. The purpose is immediately understandable and specific.

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 provides a concrete use case: 'Useful for lazy-loaded content that is not in the DOM until it is scrolled to.' This implies when to use the tool, though it doesn't explicitly mention alternatives or exclusions. The context is clear enough for an agent to decide.

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/someorgyouwontcareabout/DolphinMCP'

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