browser_press_key
ActiveTool of io.github.saloprj/dialogbrain
Press a keyboard key (e.g., 'Enter', 'Tab', 'Escape', 'ArrowDown') or a single character. Optional `ref` focuses an element first — aria-ref token from browser.snapshot ('e7') or a CSS selector.
Parameters schema
{
"type": "object",
"title": "tool_press_keyArguments",
"required": [
"page_id",
"key"
],
"properties": {
"key": {
"type": "string",
"title": "Key"
},
"ref": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Ref",
"default": null
},
"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