Skip to main content
Glama

Screenshot Website Fast

by just-every

take_screenshot

Capture web page screenshots efficiently with automatic tiling for full-page views. Optimized for CLI coding tools, it ensures accurate display of webpage updates and integrates with AI models. Save tiled images locally or process via API.

Instructions

Fast, efficient screenshot capture of web pages - optimized for CLI coding tools. Use this after performing updates to web pages to ensure your changes are displayed correctly. Automatically tiles full pages into 1072x1072 chunks for optimal processing.

Input Schema

NameRequiredDescriptionDefault
directoryNoSave tiled screenshots to a local directory (returns file paths instead of base64)
fullPageNoCapture full page screenshot with tiling. If false, only the viewport is captured.
urlYesHTTP/HTTPS URL to capture
waitForMSNoAdditional wait time in milliseconds
waitUntilNoWait until event: load, domcontentloaded, networkidle0, networkidle2domcontentloaded
widthNoViewport width in pixels (max 1072)

Input Schema (JSON Schema)

{ "properties": { "directory": { "description": "Save tiled screenshots to a local directory (returns file paths instead of base64)", "type": "string" }, "fullPage": { "default": true, "description": "Capture full page screenshot with tiling. If false, only the viewport is captured.", "type": "boolean" }, "url": { "description": "HTTP/HTTPS URL to capture", "type": "string" }, "waitForMS": { "description": "Additional wait time in milliseconds", "type": "number" }, "waitUntil": { "default": "domcontentloaded", "description": "Wait until event: load, domcontentloaded, networkidle0, networkidle2", "type": "string" }, "width": { "default": 1072, "description": "Viewport width in pixels (max 1072)", "type": "number" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Screenshot Website Fast

Related Tools

    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/just-every/mcp-screenshot-website-fast'

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