browser_fill_form
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Fill multiple form fields in one call. `fields` is a list of {ref, value} dicts. ref is a CSS selector; value is a string (text) or boolean (checkbox). Saves N round-trips vs calling browser.fill repeatedly.
Parameters schema
{
"type": "object",
"title": "tool_fill_formArguments",
"required": [
"page_id",
"fields"
],
"properties": {
"fields": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
},
"title": "Fields"
},
"page_id": {
"type": "string",
"title": "Page Id"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries