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
screenshot.md•553 B
# /screenshot
Take a screenshot of the current browser page or a specific element.
## Usage
```
/screenshot [selector]
```
## Description
Captures a screenshot of the current page. Optionally specify a CSS selector to capture only a specific element.
## Examples
```
/screenshot
/screenshot #main-content
/screenshot .hero-section
/screenshot [data-testid="login-form"]
```
## Options
- No arguments: Captures full page
- With selector: Captures only the matched element
## MCP Tools Used
- `content_take-screenshot` - Capture the screenshot