You're viewing a demo portfolio

Join the waitlist
PRSM

browser_fill_form

Active

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

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 →