chromedevtools--chrome-devtools-mcp
c402b43697
- navigate - run js - take screenshot That's it. Basic functionality for a low (~368) token price.
42 行
828 B
Markdown
42 行
828 B
Markdown
<!-- AUTO GENERATED DO NOT EDIT - run 'npm run docs' to update-->
|
|
|
|
# Chrome DevTools MCP Slim Tool Reference (~368 cl100k_base tokens)
|
|
|
|
- **[Navigation automation](#navigation-automation)** (1 tools)
|
|
- [`navigate`](#navigate)
|
|
- **[Debugging](#debugging)** (2 tools)
|
|
- [`evaluate`](#evaluate)
|
|
- [`screenshot`](#screenshot)
|
|
|
|
## Navigation automation
|
|
|
|
### `navigate`
|
|
|
|
**Description:** Load URL in the browser
|
|
|
|
**Parameters:**
|
|
|
|
- **url** (string) **(required)**: Page URL
|
|
|
|
---
|
|
|
|
## Debugging
|
|
|
|
### `evaluate`
|
|
|
|
**Description:** [`Evaluate`](#evaluate) a JavaScript function on the last loaded page
|
|
|
|
**Parameters:**
|
|
|
|
- **fn** (string) **(required)**: A JavaScript function to be executed on the active page
|
|
|
|
---
|
|
|
|
### `screenshot`
|
|
|
|
**Description:** Take a [`screenshot`](#screenshot) of the active page.
|
|
|
|
**Parameters:** None
|
|
|
|
---
|