browser_click
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Click an element. `ref` is either an aria-ref token from browser.snapshot ('e7') OR a CSS selector ('button.submit'). Prefer the aria-ref token.
Parameters schema
{
"type": "object",
"title": "tool_clickArguments",
"required": [
"page_id",
"ref"
],
"properties": {
"ref": {
"type": "string",
"title": "Ref"
},
"page_id": {
"type": "string",
"title": "Page Id"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries