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
html.md•602 B
# /html
Get HTML content from the current page.
## Usage
```
/html [selector]
```
## Description
Retrieves the HTML content of the current page or a specific element. Useful for inspecting page structure and debugging DOM issues.
## Arguments
- `selector` (optional): CSS selector to get HTML of specific element
## Examples
```
/html
/html body
/html #main-content
/html .product-list
/html [data-testid="header"]
```
## Output
Returns the HTML content as a formatted string. For full page, returns the complete document HTML.
## MCP Tools Used
- `content_get-as-html` - Get HTML content