Skip to main content
Glama

scroll_and_snapshot

Scroll a web page down or up by a set amount, wait for elements to load, then take a snapshot. Use this to capture content initially hidden below the fold.

Instructions

Scroll the page and take a snapshot. Useful for revealing content below the fold.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabIdYesTab ID from create_tab
directionYesScroll direction
amountNoPixels to scroll
waitMsNoMilliseconds to wait after scrolling before snapshot
Behavior2/5

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

No annotations are provided, and the description only says 'scroll and take a snapshot' without explaining side effects on page state, return format, or blocking behavior. This is insufficient for a simple but sequential operation.

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?

Description is two short sentences, front-loaded with the action, and contains no redundant words. Very concise and easy to parse.

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?

Given no output schema and moderate complexity (4 parameters, sequential actions), the description lacks details about return value (snapshot format) and does not clarify the order of operations or any side effects. This leaves significant gaps for the agent.

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 covers all parameters with descriptions (100% coverage), so baseline is 3. The tool description adds no extra parameter context beyond what the schema already provides.

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?

Description clearly states the tool scrolls the page and takes a snapshot, with specific purpose of revealing content below the fold. This distinguishes it from siblings like 'scroll' or 'snapshot'.

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?

States it is useful for revealing content below the fold, providing a clear use case. However, it does not explicitly indicate when not to use it or mention alternatives such as using separate scroll and snapshot tools.

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/redf0x1/camofox-mcp'

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