Skip to main content
Glama
BitePro

chrome-debugger-mcp

by BitePro

reloadPage

Reload the connected page via Chrome DevTools Protocol to apply source changes and ensure debugger statements and breakpoints resolve correctly.

Instructions

[STEP 5a] Reload the connected page via Chrome DevTools Protocol. More reliable than manual browser refresh — maintains the CDP connection and ensures debugger; statements and setBreakpoint() calls resolve correctly when scripts reload. Always call this after inserting debugger; in source code or after setBreakpoint(), before waitForSpecificPause/waitForPause.

⚠️ CRITICAL TURN RULE: After this tool returns, you MUST immediately call waitForSpecificPause (or waitForPause) in the SAME AI turn — do NOT end your turn here. waitForSpecificPause is a blocking call that will notify the user to trigger the page action and wait for the breakpoint internally. If you end your turn after reloadPage, the session will break.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ignoreCacheNoHard reload ignoring cache (default false)
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It mentions maintaining CDP connection and ensuring debugger statements resolve, which adds context beyond the schema. However, it doesn't specify what happens to the current page state, potential side effects (e.g., unsaved changes), or whether the operation is synchronous or asynchronous. The description covers critical workflow aspects but not all behavioral nuances.

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?

The description is fairly concise and front-loaded with the purpose, followed by usage guidance and the critical turn rule. The critical rule is highlighted with ⚠️ and CAPS, making it prominent. A slight deduction for redundancy (e.g., 'waitForSpecificPause' mentioned twice) but overall efficient.

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

Completeness4/5

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

Given the tool's moderate complexity (one optional parameter), the description covers the essential workflow context: when to call, what to do after, and why it's better than manual refresh. While it doesn't explain return values (no output schema), the description compensates with the critical turn rule and sequencing instructions. It's sufficiently complete for an agent to use the tool correctly.

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

Parameters3/5

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

The schema has 100% coverage with one optional parameter (ignoreCache) already described as 'Hard reload ignoring cache (default false)'. The description doesn't add extra parameter semantics but the schema suffices. Baseline 3 is appropriate since the schema handles the parameter explanation.

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?

The description clearly states the tool reloads the connected page via CDP, with a specific verb ('reload') and resource ('connected page'). It distinguishes itself from a manual refresh by emphasizing reliability and CDP connection maintenance, which differentiates it from potential sibling operations like launchChrome or connect.

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?

Provides explicit when-to-use instructions: after inserting debugger; or setBreakpoint(), before waitForSpecificPause/waitForPause. It also includes a critical turn rule with clear direction to call waitForSpecificPause in the same turn, and warns against ending the turn after reloadPage. This is comprehensive guidance with specific sequencing.

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