Skip to main content
Glama

Create a full replication kit

create_replication_kit

Captures a complete website replication kit in one pass—desktop and mobile screenshots, assets, design tokens, layout trees, and a replication guide—into a local folder.

Instructions

One-shot capture of everything needed to replicate a website, written to a local folder: desktop + mobile screenshots, downloaded assets with manifest, design.json (tokens/colors/typography), layout.json (desktop + mobile trees), animations.json, and a REPLICATE.md guide. Loads the page once, so it is much faster than calling the individual tools separately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute http:// or https:// URL to build the kit for.
maxAssetsNoMaximum unique assets to download.
outputDirYesAbsolute directory to write the kit into.
timeoutMsNoNavigation timeout in milliseconds.
userAgentNoOptional browser user-agent override.
waitUntilNoPage lifecycle event to await before extraction.domcontentloaded
autoScrollNoScroll through the page before extraction to trigger lazy-rendered content.
maxScrollsNoMaximum viewport-sized scroll steps when autoScroll is enabled.
maxElementsNoMaximum DOM elements to analyze.
maxHeightPxNoFull-page screenshots taller than this are clipped.
maxSvgBytesNoSkip inline SVGs larger than this.
includeMobileNoAlso capture a mobile-viewport screenshot and layout tree.
viewportWidthNoBrowser viewport width in CSS pixels.
viewportHeightNoBrowser viewport height in CSS pixels.
maxBytesPerAssetNoSkip assets larger than this.
allowPrivateNetworkNoAllow localhost and private-network URLs. Enable only for trusted sites.
mobileViewportWidthNoMobile capture width.
mobileViewportHeightNoMobile capture height.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses meaningful behavior beyond annotations: it writes to a local folder, loads the page once, and generates a defined set of output files. This complements annotations (readOnlyHint=false, openWorldHint=true, destructiveHint=false) with no contradiction.

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?

Two sentences, no fluff. It leads with the core purpose, enumerates outputs in a scannable colon list, and ends with a performance benefit. Every clause earns its place.

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?

The tool is complex (18 parameters, many outputs), but the schema and output schema handle detailed specifications. The description adds the essential context of aggregation and speed advantage. A brief caveat about potential heaviness or overwrite behavior could push it higher, but current coverage is solid.

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 all 18 parameters with detailed descriptions, so the baseline is 3. The prose description doesn't add parameter-level details, but it doesn't need to because the schema is exhaustive.

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 uses a specific verb ('capture') and resource ('everything needed to replicate a website') and clearly lists the deliverables. It distinguishes itself from siblings by emphasizing it captures everything in one shot and is faster than calling individual tools separately.

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

Usage Guidelines4/5

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

It explicitly states the advantage over calling individual tools separately ('Loads the page once, so it is much faster'), giving clear guidance on when to prefer this tool. However, it doesn't explicitly mention when not to use it or edge cases where individual tools might be preferred.

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/blackridder22/PicassoWeb'

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