Smithery
browser_get_text
Extract all visible text from the current page. Useful for understanding page content without screenshots. Returns text in reading order.
Remote relievedattention992-smithery/screenshotsmcp
Other tools also called browser_get_text?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"selector": {
"type": "string",
"description": "Optional CSS selector to limit text extraction to a specific element (e.g. 'main', '#content', 'article')"
},
"sessionId": {
"type": "string",
"description": "Session ID from browser_navigate"
}
}
}