Files
ray zhou f71a5c59af ok
2026-05-29 11:21:40 +08:00

28 lines
740 B
JSON

{
"name": "browser_highlight",
"description": "Highlight an element by ref in the browser page for visual grounding.",
"arguments": {
"type": "object",
"properties": {
"ref": {
"type": "string",
"description": "Element ref from browser_snapshot."
},
"element": {
"type": "string",
"description": "Human-readable description of the element."
},
"durationMs": {
"type": "number",
"description": "Highlight duration in milliseconds. Defaults to 2000."
},
"viewId": {
"type": "string",
"description": "Target browser tab ID. If omitted, uses the last interacted tab."
}
},
"required": [
"ref"
]
}
}