Skip to main content
Glama

Screenshot Website Fast

by just-every
MIT License
208
1

screenshot_website_fast

Capture high-quality web page screenshots tailored for Claude Vision API. Specify URL, viewport size, and wait conditions for accurate, full-page captures.

Instructions

Capture high-quality screenshots of web pages optimized for Claude Vision API

Input Schema

NameRequiredDescriptionDefault
fullPageNoCapture full page screenshot with tiling
heightNoViewport height in pixels (max 1072)
urlYesHTTP/HTTPS URL to capture
waitForNoAdditional wait time in milliseconds
waitUntilNoWait until event: load, domcontentloaded, networkidle0, networkidle2domcontentloaded
widthNoViewport width in pixels (max 1072)

Input Schema (JSON Schema)

{ "properties": { "fullPage": { "default": true, "description": "Capture full page screenshot with tiling", "type": "boolean" }, "height": { "default": 1072, "description": "Viewport height in pixels (max 1072)", "type": "number" }, "url": { "description": "HTTP/HTTPS URL to capture", "type": "string" }, "waitFor": { "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" }

You must be authenticated.

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