{ "name": "browser_find", "description": "Finds elements by plain-language description instead of a CSS selector. Matches label text, accessible name, placeholder, aria-label, title, role and type, ranked by fit. Returns ref_id (for browser_click/type/select), role, text, tag and coordinates. Start here instead of reading the whole page.", "requires_confirmation": false, "inputSchema": { "type": "object", "properties": { "query": { "type": "string", "description": "What you are looking for, in plain language." }, "limit": { "type": "integer", "description": "Maximum number of candidates (default 5)." } }, "required": [ "query" ] } }