Skip to main content
Glama
Eddym06

Chrome Devtools Advanced MCP

by Eddym06

execute_script

Execute custom JavaScript in a live Chrome tab to extract data, manipulate the DOM, or automate workflow steps. Use awaitPromise for async code and set timeouts to control execution.

Instructions

Execute JavaScript in the page context. Must include a return statement. Set awaitPromise=true for async code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabIdNoTab ID (optional)
scriptYesJavaScript code to execute. MUST include "return" statement.
timeoutMsNoTimeout in milliseconds
awaitPromiseNoWait for promise to resolve
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It omits crucial aspects like the ability to modify page state, potential destructive effects, return value semantics, and error behavior. Telling users to include a return statement is a requirement, not a transparent description of side effects.

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 extremely concise, with a single purpose statement followed by two essential usage notes. It is well-front-loaded and contains no filler or redundancy.

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

Completeness2/5

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

Given no output schema and no annotations, the description is under-specified for a powerful script execution tool. It fails to explain what the function returns, how to handle results, what happens on errors, or potential side effects, leaving significant gaps for an agent to safely and correctly invoke the tool.

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?

Schema coverage is 100%, so baseline is 3. The description's parameter-related advice ('Must include a return statement', 'Set awaitPromise=true') largely duplicates the schema descriptions, adding no significant extra meaning beyond what structured fields already communicate.

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 specific verb 'Execute' and resource 'JavaScript in the page context', which distinguishes it from sibling tools like perform_interaction or navigate_and_extract_content. It immediately conveys the tool's core function and scope.

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?

Usage is implied: executing JS in the page context. The description adds 'how-to' guidance, such as requiring a return statement and setting awaitPromise for async code, but does not explicitly state when to prefer this over alternatives or mention exclusions.

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/Eddym06/chrome-devTools-advanced-mcp'

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