browser_resize
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Resize the page viewport. Useful when a site serves different HTML based on viewport width (mobile vs desktop) or when an anti-bot scores risk by viewport dimensions.
Parameters schema
{
"type": "object",
"title": "tool_resizeArguments",
"required": [
"page_id",
"width",
"height"
],
"properties": {
"width": {
"type": "integer",
"title": "Width"
},
"height": {
"type": "integer",
"title": "Height"
},
"page_id": {
"type": "string",
"title": "Page Id"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries