Skip to main content
Glama

Chrome Debug MCP Server

get_text

Extract text content from a webpage element using a CSS selector with Chrome Debug MCP Server, enabling precise data retrieval for automation and debugging tasks.

Instructions

Get text content of an element

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for element

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for element", "type": "string" } }, "required": [ "selector" ], "type": "object" }
Install Server

Other Tools from Chrome Debug MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/robertheadley/chrome-debug-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server