browser_fill
ActiveTool of io.github.saloprj/dialogbrain
Fill an input or textarea with the given value. `ref` is either an aria-ref token from browser.snapshot ('e7') OR a CSS selector ('input[name=email]'). Prefer the aria-ref token — it's stable and matches exactly what snapshot returned.
Parameters schema
{
"type": "object",
"title": "tool_fillArguments",
"required": [
"page_id",
"ref",
"value"
],
"properties": {
"ref": {
"type": "string",
"title": "Ref"
},
"value": {
"type": "string",
"title": "Value"
},
"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