onyx_browser_type
InactiveTool of onyx-paid-mcp
Find an input/textarea/select on the current CDP page by its name, id, or visible label, set its value via the React-safe native setter, and fire input + change events so frameworks like React/Vue see the update. Use after onyx_browser_navigate when an agent fills a form. Returns the field selector matched and the final value. Demo mode returns synthetic OK. (price: $0.002 USDC, tier: metered)
Parameters schema
{
"type": "object",
"required": [
"selector",
"value"
],
"properties": {
"value": {
"type": "string",
"description": "Text to enter"
},
"selector": {
"type": "string",
"description": "Name, id (#foo), CSS selector, or visible label substring"
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries