Skip to main content
Glama
BitePro

chrome-debugger-mcp

by BitePro

startDebuggingSession

Initiate a browser debugging session to set breakpoints, inspect variables, and step through code. Use this first before any other debugging tool.

Instructions

CALL THIS FIRST whenever browser-side debugging is needed — before any other tool.

Auto-trigger when user mentions any of: debug, breakpoint, debugger, inspect, trace, step through, runtime value, variable value, why is this, implement based on API response, bug, error, unexpected behavior, not working, check this, confirm this.

Returns the complete debugging workflow and critical rules. The response contains a "_ui" field — relay it to the user verbatim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It discloses return behavior (returns workflow + _ui field to relay verbatim) but doesn't clarify whether this tool performs any side effects — it doesn't say if it establishes a connection/launches a browser, or is purely informational. Given the zero-param nature, the omission is moderate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loaded with the critical 'CALL THIS FIRST' instruction and clear trigger keywords. The keyword list is long but functional. Slightly verbose but well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter informational tool with no output schema, the description tells the agent when to invoke it, what it returns, and how to handle the response (_ui field). This is complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Zero parameters, so baseline of 4 applies. Nothing to document; the schema is empty.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Specific verb+resource: 'start debugging session' entry point. Clearly distinguishes from siblings by being the mandatory first call ("CALL THIS FIRST... before any other tool") that returns the workflow. Purpose is unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Extremely explicit when-to-use guidance: 'CALL THIS FIRST whenever browser-side debugging is needed — before any other tool.' Also provides an extensive auto-trigger keyword list and explicit exclusion guidance (before other tools).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/BitePro/chrome-debugger-mcp'

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