firefox-devtools-mcpTools Reference
screenshot_page
Capture full page screenshot
screenshot_page
Capture a screenshot of the entire page.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
fullPage | boolean | No | Capture full scrollable page |
Example
{
"tool": "screenshot_page",
"arguments": {
"fullPage": true
}
}Response
Returns the screenshot as base64-encoded image data.