Chrome Debug MCP Server

by robertheadley
Verified

get_console_logs

Retrieve browser console logs from Chrome with the option to clear logs after retrieval. This tool integrates with the Chrome Debug MCP Server for debugging and page automation tasks.

Instructions

Get console logs from Chrome

Input Schema

NameRequiredDescriptionDefault
clearNoWhether to clear logs after retrieving

Input Schema (JSON Schema)

{ "properties": { "clear": { "description": "Whether to clear logs after retrieving", "type": "boolean" } }, "type": "object" }

You must be authenticated.

Other Tools from Chrome Debug MCP Server

Related Tools

ID: nguhnsghor