You're viewing a demo portfolio

Join the waitlist
PRSM

browser_select_option

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Pick option(s) in a native <select> dropdown. Pass `value` (matches the option's value attr) OR `label` (matches its visible text). Lists allowed for multi-select.

Parameters schema

{
  "type": "object",
  "title": "tool_select_optionArguments",
  "required": [
    "page_id",
    "ref"
  ],
  "properties": {
    "ref": {
      "type": "string",
      "title": "Ref"
    },
    "label": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "array",
          "items": {}
        },
        {
          "type": "null"
        }
      ],
      "title": "Label",
      "default": null
    },
    "value": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "array",
          "items": {}
        },
        {
          "type": "null"
        }
      ],
      "title": "Value",
      "default": null
    },
    "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 →