browser_take_screenshot
ActiveTool of io.github.saloprj/dialogbrain
Capture a PNG screenshot of the page or a specific element. Returns base64-encoded image bytes AND a file_id (persisted in DialogBrain files storage). Pass file_id straight to messages.send(attachment_file_ids=[file_id]) — do NOT call files.upload again. Use sparingly — favor browser.snapshot for structured DOM understanding.
Parameters schema
{
"type": "object",
"title": "tool_take_screenshotArguments",
"required": [
"page_id"
],
"properties": {
"ref": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Ref",
"default": null
},
"page_id": {
"type": "string",
"title": "Page Id"
},
"full_page": {
"type": "boolean",
"title": "Full Page",
"default": false
},
"inline_bytes": {
"type": "boolean",
"title": "Inline Bytes",
"default": false
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries