项目文件夹

文件
Alex Rudenko ca6635d5a5 refactor: optimize slim tool descriptions and params (#1028)
Minor changes to shorten descriptions and improve ease of use.

Note that `--slim` mode is not released yet and this is an improvement
for it.
2026-02-24 13:28:04 +00:00

759 B

Chrome DevTools MCP Slim Tool Reference (~359 cl100k_base tokens)

Navigation automation

navigate

Description: Loads a URL

Parameters:

  • url (string) (required): URL to 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

Parameters: None