Files
cursor/projects/Users-ray-Documents-project-www-ray-slot-pwa/mcps/cursor-ide-browser/tools/browser_highlight.json
ray zhou 1bcb6120dd ok
2026-05-29 17:23:17 +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"
]
}
}