Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 913 Bytes

File metadata and controls

41 lines (23 loc) · 913 Bytes

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

Navigation automation

navigate

Description: Navigate the selected tab to url (--slim; accepts beforeunload).

Parameters:

  • url (string) (required): URL to navigate to

Debugging

evaluate

Description: Evaluate a script string in page context; returns text/JSON (--slim).

Parameters:

  • script (string) (required): JS script to run on the page

screenshot

Description: Viewport PNG saved to a temp path (--slim mode; minimal footprint).

Parameters: None