browser_select_option
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries