browser_drag
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Drag one element onto another. `source_ref` is the element to grab; `target_ref` is where to drop. Both are CSS selectors. Used for slider captchas, kanban, drag-and-drop uploads.
Parameters schema
{
"type": "object",
"title": "tool_dragArguments",
"required": [
"page_id",
"source_ref",
"target_ref"
],
"properties": {
"page_id": {
"type": "string",
"title": "Page Id"
},
"source_ref": {
"type": "string",
"title": "Source Ref"
},
"target_ref": {
"type": "string",
"title": "Target Ref"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries