Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 828 Bytes

File metadata and controls

41 lines (23 loc) · 828 Bytes

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

Navigation automation

navigate

Description: Load URL in the browser

Parameters:

  • url (string) (required): Page URL

Debugging

evaluate

Description: Evaluate a JavaScript function on the last loaded page

Parameters:

  • fn (string) (required): A JavaScript function to be executed on the active page

screenshot

Description: Take a screenshot of the active page.

Parameters: None