Skip to main content
Glama

Webshot MCP

by bingal

webshot

Capture screenshots of web pages with customizable dimensions, device types, and image formats. Save screenshots to specified file paths for documentation, testing, or visual reference purposes.

Instructions

生成网页截图

Input Schema

NameRequiredDescriptionDefault
deviceNo截图设备类型desktop
dpi_scaleNoDPI 缩放比例
formatNo截图文件格式png
heightNo浏览器窗口高度,0表示全页面截图
outputYes截图文件保存路径,比如: /path/to/screenshot.png
qualityNo图片质量(仅对 jpeg 和 webp 有效)
urlYes要截图的网页 URL,比如: https://www.baidu.com
widthNo浏览器窗口宽度

Input Schema (JSON Schema)

{ "properties": { "device": { "default": "desktop", "description": "截图设备类型", "enum": [ "desktop", "mobile", "tablet" ], "type": "string" }, "dpi_scale": { "default": 2, "description": "DPI 缩放比例", "type": "number" }, "format": { "default": "png", "description": "截图文件格式", "enum": [ "png", "jpeg", "webp" ], "type": "string" }, "height": { "default": 768, "description": "浏览器窗口高度,0表示全页面截图", "type": "integer" }, "output": { "description": "截图文件保存路径,比如: /path/to/screenshot.png", "type": "string" }, "quality": { "default": 100, "description": "图片质量(仅对 jpeg 和 webp 有效)", "maximum": 100, "minimum": 0, "type": "integer" }, "url": { "description": "要截图的网页 URL,比如: https://www.baidu.com", "type": "string" }, "width": { "default": 1280, "description": "浏览器窗口宽度", "type": "integer" } }, "required": [ "url", "output" ], "type": "object" }

Other Tools from Webshot 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/bingal/webshot-mcp'

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