screenshot_url
ActiveTool of io.github.meltingpixelsai/harvey-tools
declared in 1.0.0
Take a full-page screenshot of any URL. Returns base64-encoded PNG image.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "URL to screenshot"
},
"width": {
"type": "number",
"maximum": 3840,
"minimum": 320,
"description": "Viewport width in pixels (default: 1280)"
},
"height": {
"type": "number",
"maximum": 2160,
"minimum": 240,
"description": "Viewport height in pixels (default: 720)"
},
"full_page": {
"type": "boolean",
"description": "Capture full page scroll height (default: true)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.meltingpixelsai/harvey-tools
https://github.com/meltingpixelsai/harvey-tools
2/7 registries