MCP Web Browser Server

by random-robbie
Verified

extract_text_content

Extract text from web pages using an optional CSS selector to target specific elements within the MCP Web Browser Server environment, simplifying content retrieval.

Instructions

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

NameRequiredDescriptionDefault
contextNo
selectorNo

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" }

You must be authenticated.

Other Tools from MCP Web Browser Server

Related Tools

ID: lwqlaw6k6d