项目文件夹

文件
Alex Rudenko 14938acd08 docs: remove token estimates (#2003)
since we include conditional tools in the reference, we cannot give
exact estimates since they depend on the configuration.
2026-05-06 09:21:54 +00:00

42 行
732 B
Markdown

<!-- AUTO GENERATED DO NOT EDIT - run 'npm run gen' to update-->
# Chrome DevTools MCP Slim Tool Reference
- **[Navigation automation](#navigation-automation)** (1 tools)
- [`navigate`](#navigate)
- **[Debugging](#debugging)** (2 tools)
- [`evaluate`](#evaluate)
- [`screenshot`](#screenshot)
## Navigation automation
### `navigate`
**Description:** Loads a URL
**Parameters:**
- **url** (string) **(required)**: URL to [`navigate`](#navigate) to
---
## Debugging
### `evaluate`
**Description:** Evaluates a JavaScript script
**Parameters:**
- **script** (string) **(required)**: JS script to run on the page
---
### `screenshot`
**Description:** Takes a [`screenshot`](#screenshot)
**Parameters:** None
---