chromedevtools--chrome-devtools-mcp
764 B
764 B
Chrome DevTools MCP Slim Tool Reference (~359 cl100k_base tokens)
- Navigation automation (1 tools)
- Debugging (2 tools)
Navigation automation
navigate
Description: Loads a URL.
Parameters:
- url (string) (required): URL to
navigateto.
Debugging
evaluate
Description: Evaluates a JavaScript function.
Parameters:
- fn (string) (required): JS function to run on the page.
screenshot
Description: Takes a screenshot.
Parameters: None