Smithery
browser_evaluate
Run JavaScript in the browser page and return the result as text. Useful for extracting data, checking values, or triggering actions.
Remote relievedattention992-smithery/screenshotsmcp
Other tools also called browser_evaluate?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"script": {
"type": "string",
"description": "JavaScript expression to evaluate (e.g. 'document.title', 'document.querySelector(\\'h1\\').textContent')"
},
"sessionId": {
"type": "string",
"description": "Session ID from browser_navigate"
}
}
}