Skip to main content
Glama

cloudflare-browser-rendering-mcp

take_screenshot

Captures a screenshot of any webpage as an image, with options to specify viewport dimensions or capture the full page. Ideal for web content analysis and archiving.

Instructions

Takes a screenshot of a web page and returns it as an image

Input Schema

NameRequiredDescriptionDefault
fullPageNoWhether to take a screenshot of the full page or just the viewport (default: false)
heightNoHeight of the viewport in pixels (default: 800)
urlYesURL to take a screenshot of
widthNoWidth of the viewport in pixels (default: 1280)

Input Schema (JSON Schema)

{ "properties": { "fullPage": { "description": "Whether to take a screenshot of the full page or just the viewport (default: false)", "type": "boolean" }, "height": { "description": "Height of the viewport in pixels (default: 800)", "type": "number" }, "url": { "description": "URL to take a screenshot of", "type": "string" }, "width": { "description": "Width of the viewport in pixels (default: 1280)", "type": "number" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from cloudflare-browser-rendering-mcp

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/amotivv/cloudflare-browser-rendering-mcp'

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