Skip to main content
Glama

send_cdp_command

Send raw Chrome DevTools Protocol commands to debug browsers when specialized tools are insufficient. Requires CDP knowledge for advanced automation.

Instructions

EXPERIMENTAL: Send a raw CDP command to the browser. Use ONLY if existing specialized tools (like navigate, click_element, etc.) do not satisfy your needs. Requires knowledge of the Chrome DevTools Protocol (CDP).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNoA JSON string representing the parameters for the CDP command (e.g., '{"url": "https://example.com"}'). Omit or provide '{}' if no parameters are needed.
methodYesThe CDP method name (e.g., 'DOM.getDocument').

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/raultov/chrome-debug-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server