Skip to main content
Glama
Eddym06

Chrome Devtools Advanced MCP

by Eddym06

navigate_and_extract_content

Navigate to a URL and extract text, links, images, and metadata in one call. Streamline web data extraction.

Instructions

Navigate to URL and extract page content (text, links, images, metadata) in one call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to navigate to
tabIdNoTab ID (optional)
timeoutNoNavigation timeout in ms
extractTextNoExtract visible text
extractLinksNoExtract all links
extractImagesNoExtract image sources
extractMetadataNoExtract page title and meta tags
waitForSelectorNoCSS selector to wait for before extracting (ensures dynamic content loads)
Behavior2/5

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

With no annotations and no output schema, the description carries the full burden of behavioral disclosure. It mentions navigation and extraction but does not explain side effects (e.g., does it open a new tab? modify browser state?), what happens on navigation failure, or the format of the extracted content. The description is too thin to prepare an agent for real-world behavior.

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 a single, well-structured sentence that front-loads the primary action ('Navigate to URL') and lists the content types in parentheses. Every word contributes to the purpose, with zero wasted content.

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?

Despite having 8 parameters and no output schema, the description is only one sentence. It fails to explain return values, pagination or size limits, navigation failure handling, or how this tool integrates with session/tab management. Given the tool's complexity and lack of structured output metadata, the description is incomplete for an agent to know what to expect.

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 input schema covers 100% of parameters with clear descriptions, so the baseline is 3. The description adds minimal semantic value by grouping content types ('text, links, images, metadata') which maps directly to the boolean parameters, but it does not add meaning beyond the schema's own documentation.

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's function: 'Navigate to URL and extract page content (text, links, images, metadata) in one call.' The verb 'navigate' and resource 'URL' are specific, and the extraction content types are enumerated, distinguishing this tool from simpler siblings like 'get_html' or 'extract_element_data' by combining navigation and extraction in a single operation.

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 usage when both navigation and content extraction are needed in one step, but it does not explicitly state when to prefer this over alternatives or when not to use it. No exclusions or alternative tool references are provided, so the guidance is implied rather than explicit.

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