Skip to main content
Glama
Eddym06

Chrome Devtools Advanced MCP

by Eddym06

print_to_pdf

Turn any webpage into a PDF file with adjustable print options for scale, orientation, paper size, and backgrounds.

Instructions

Print the current page to PDF

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scaleNoScale (0.1-2)
tabIdNoTab ID (optional)
landscapeNoLandscape orientation
paperWidthNoPaper width in inches
paperHeightNoPaper height in inches
printBackgroundNoPrint background graphics
displayHeaderFooterNoDisplay header/footer
Behavior1/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states the action without revealing side effects, return values, whether it saves to disk or opens a dialog, or any other behavioral traits.

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 a single concise sentence with no fluff, but it is arguably too minimal. It is appropriately front-loaded and every word counts, yet it lacks any structured detail about parameters or behaviors.

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

Completeness1/5

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

This tool has 7 optional parameters and no output schema, yet the description provides no context about return values, side effects, or typical use cases. It is incomplete for a tool of this complexity.

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 provides comprehensive descriptions for all 7 parameters (100% coverage), so the description adds no additional parameter meaning. Baseline 3 applies because the schema handles parameter semantics.

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

Purpose4/5

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

The description clearly states the tool prints the current page to PDF, using a specific verb and resource. It distinguishes itself from sibling tools like screenshot by specifying PDF output, though it does not explicitly contrast with alternatives.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives. There is no mention of scenarios, prerequisites, or exclusions, leaving the agent without decision support.

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