{ "name": "browser_get_text", "description": "Get the text content of the page or a specific element (Readability-style extraction).", "requires_confirmation": false, "inputSchema": { "type": "object", "properties": { "selector": { "type": "string", "description": "CSS selector (default: body)" }, "maxLength": { "type": "number", "description": "Max characters to return (default 8000)" } } } }