Files
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

732 B

Chrome DevTools MCP Slim Tool Reference

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