Files
cursor/projects/empty-window/mcps/cursor-ide-browser/tools/browser_hover.json
ray zhou f71a5c59af ok
2026-05-29 11:21:40 +08:00

25 lines
640 B
JSON

{
"name": "browser_hover",
"description": "Hover over element on page",
"arguments": {
"type": "object",
"properties": {
"element": {
"type": "string",
"description": "Human-readable element description used to obtain permission to interact with the element"
},
"ref": {
"type": "string",
"description": "Exact target element reference from the page snapshot"
},
"viewId": {
"type": "string",
"description": "Target browser tab ID. If omitted, uses the last interacted tab."
}
},
"required": [
"element",
"ref"
]
}
}