You're viewing a demo portfolio

Join the waitlist
PRSM

browser_wait_for

Active

Tool 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
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →
browser_wait_for — io.github.saloprj/dialogbrain — PRSM MCP