Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Web Browser Server
by
random-robbie
Verified
GitHub
Browser Automation
Python
MIT License
8
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
extract_text_content
Copy
Extract text content from the current page, optionally using a CSS selector. Args: selector: Optional CSS selector to target specific elements context: Optional context object for logging (ignored) Returns: Extracted text content
Input Schema
Name
Required
Description
Default
context
No
selector
No
Input Schema (JSON Schema)
{ "properties": { "context": { "anyOf": [ {}, { "type": "null" } ], "default": null, "title": "Context" }, "selector": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Selector" } }, "title": "extract_text_contentArguments", "type": "object" }
Install Server
You must be
authenticated
.
Other Tools
browse_to
click_element
extract_text_content
get_page_links
get_page_screenshots
input_text