Skip to main content
Glama

debugger_pause

Pause JavaScript execution at the next statement and freeze the page for inspection, with automatic release after a timeout to prevent stuck sessions.

Instructions

Pause JavaScript execution at the next statement the page runs, and hold it so you can inspect and step. The page is frozen while held, so DevCDP releases it automatically after maxPauseMs if you have not resumed — no human ever has to press resume in Chrome.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively explains that the page is frozen while held, and importantly, that DevCDP auto-releases after maxPauseMs if not resumed, so no human intervention is needed. This reveals timeout and safety behavior beyond a simple 'pause' statement, which is valuable for an agent.

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

Conciseness5/5

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

The description is two sentences with no filler. The core action and purpose are front-loaded, and the auto-release behavior is stated efficiently. The colloquial reassurance about never having to press resume in Chrome adds helpful context without bloating the description.

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?

For a zero-parameter tool with no annotations and no output schema, the description is largely complete: it explains what happens, what the page state is, and how long the pause can last. It does not explicitly describe return values or mention sibling tools for earlier resume or stepping, but those are minor gaps given the tool's simplicity.

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?

The tool takes zero parameters, and the schema already documents this with an empty properties object, so there are no undocumented arguments. The description adds relevant context by mentioning maxPauseMs as a behavior, though it is not a parameter. This meets the baseline for parameterless tools.

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 states a specific verb and resource: 'Pause JavaScript execution at the next statement the page runs.' It also clarifies the holding behavior and distinguishes itself from other debugger tools by focusing on pausing rather than stepping, resuming, or evaluating. The phrase 'so you can inspect and step' makes the purpose concrete.

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

Usage Guidelines3/5

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

The description implies when to use this tool: when you want to freeze page execution to inspect or step through code. However, it does not explicitly mention alternatives or when not to use it, such as using debugger_set_breakpoint for a specific location or debugger_step_over after pausing. The guidance is clear enough but not exhaustive.

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

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/Dayananda-D/Devcdp'

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