{ "name": "browser_highlight", "description": "Visually highlight an element on the page (for debugging/demonstration).", "requires_confirmation": false, "inputSchema": { "type": "object", "properties": { "selector": { "type": "string", "description": "CSS selector of the element to highlight" }, "color": { "type": "string", "description": "Outline color (default '#ff6b35')" }, "duration": { "type": "number", "description": "Highlight duration in ms (default 3000)" } }, "required": [ "selector" ] } }