browser_ask_user
Display an overlay dialog to request user action or information. Collect credentials, 2FA codes, CAPTCHA inputs, or OAuth consent through optional fields and return responses.
Instructions
Show an overlay dialog asking the user to perform an action or provide information (credentials, 2FA, CAPTCHA, OAuth consent). Can include input fields for the user to fill in. Returns user responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Dialog title (default: "Pony Browser MCP - Action Required") | |
| fields | No | Input fields for user to fill in. Each field has: name (key), label (display text), type (text/password/email). Omit for simple "Done/Skip" confirmation. | |
| message | Yes | What the user needs to do or provide | |
| timeout | No | Max wait time in ms (default: 120000 = 2 min) |