Skip to main content
Glama

browser_scroll

Scroll the viewport up or down to navigate through page content, making it possible to reach form fields or review information during automated browser interactions.

Instructions

Scroll the viewport. direction is 'down' or 'up'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountNo
directionNodown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states 'Scroll the viewport' without revealing any side effects, return format, or behavior details (e.g., instant vs. animated, relative vs. absolute). The tool mutates the viewport, but that is inherent. No additional behavioral context is given.

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

Conciseness3/5

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

The description is extremely short and front-loaded with the action, but it borders on under-specification. While there is no fluff, the lack of detail on `amount` and behavior makes it less useful. It is concise but not sufficiently informative to be rated higher on structure.

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

Completeness2/5

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

For a simple tool, the description is incomplete. It fails to explain the `amount` parameter, does not describe the return value (despite an output schema being present), and gives no prerequisites (e.g., browser must be open). While the tool is simple, the description leaves essential operational details unaddressed.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It explains the `direction` parameter ('down' or 'up') but says nothing about `amount`. Since `amount` has a default and no enum, its meaning (pixels, lines, or steps) is left entirely ambiguous. The description adds value only for direction, leaving half the parameters unexplained.

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 clear verb and resource: 'Scroll the viewport.' It unambiguously identifies the tool's function and distinguishes it from all sibling tools, none of which perform scrolling. The mention of direction further clarifies the scope.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives, nor any context such as 'use after opening a page' or 'for long pages'. Since no sibling tool offers scrolling, the usage is implied but not explicitly articulated. There are no exclusions or alternative routing provided.

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