We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/serkan-ozal/browser-devtools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
text.md•591 B
# /text
Get visible text content from the current page.
## Usage
```
/text [selector]
```
## Description
Retrieves the visible text content of the current page or a specific element. Strips HTML tags and returns only human-readable text.
## Arguments
- `selector` (optional): CSS selector to get text of specific element
## Examples
```
/text
/text article
/text .blog-post
/text #product-description
```
## Output
Returns plain text content without HTML markup, preserving basic structure like paragraphs and lists.
## MCP Tools Used
- `content_get-as-text` - Get text content