Smithery
screenshot_dark
Capture a full-page screenshot with dark mode (prefers-color-scheme: dark) emulated. Works on sites that support dark mode via CSS media queries.
Remote relievedattention992-smithery/screenshotsmcp
Other tools also called screenshot_dark?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "The URL to screenshot"
},
"width": {
"type": "integer",
"default": 1280,
"maximum": 3840,
"minimum": 320,
"description": "Viewport width in pixels"
},
"format": {
"enum": [
"png",
"jpeg",
"webp"
],
"type": "string",
"default": "png",
"description": "Image format"
},
"height": {
"type": "integer",
"default": 800,
"maximum": 2160,
"minimum": 240,
"description": "Viewport height in pixels"
}
}
}