browser_wait_for
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Wait for a selector to appear OR a navigation URL to match a glob pattern. Provide `ref` (selector) OR `url_pattern` (glob).
Parameters schema
{
"type": "object",
"title": "tool_wait_forArguments",
"required": [
"page_id"
],
"properties": {
"ref": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Ref",
"default": null
},
"page_id": {
"type": "string",
"title": "Page Id"
},
"timeout_ms": {
"type": "integer",
"title": "Timeout Ms",
"default": 10000
},
"url_pattern": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Url Pattern",
"default": null
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries