Skip to main content
Glama
vuluu2k

WebCake Storefront MCP

by vuluu2k

scan_unique_images

Scan all images across pages and global sources to return a unique list of image URLs with usage details. Audit images, identify broken or duplicated CDN URLs, and plan bulk replacements or theme migrations.

Instructions

Scan all images used across page sources, global sources, and global sections. Returns a unique list of image URLs with which elements use each one. Useful for: image audit, finding broken/duplicated CDN URLs, bulk replace planning, theme migration. Scans every string field in the source tree (config.src, style.background-image, etc.) and CSS url(...) refs — wide net catches all variants.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lazyNoReturn only unique URL list, no usage tracking — faster for large sites
scopeNoWhich sources to scanall
page_idNoLimit to one page (only used when scope is 'pages' or 'all')
include_relativeNoInclude relative-path images (e.g. /uploads/...). Default only http(s) URLs
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden. It reveals that the scan covers every string field in the source tree (config.src, style.background-image, etc.) and CSS url(...) references, including a 'wide net catches all variants' caveat—genuine behavioral insight beyond the schema. It does not explicitly state side-effect freedom (e.g., read-only), but the scanning nature and return description make the read-only behavior implicit.

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?

Three tight sentences: first states the action and output, second gives use cases, third explains the technical scanning behavior. No filler or redundant wording.

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

Completeness5/5

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

Given the absence of an output schema, the description still explains the return value as a unique list of image URLs with element usage. It also clarifies the broad scanning behavior and lists practical use cases, making the tool's behavior easily predictable.

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?

All four parameters are fully described in the schema (100% coverage), giving a baseline of 3. The description adds no extra parameter-specific guidance beyond noting the output shape, which does not go beyond the schema's parameter 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 opens with a specific verb 'Scan' and names the exact resources (page sources, global sources, global sections) and the return behavior (a unique list of image URLs with element usage). This clearly distinguishes it from sibling tools like search_images or list_image_elements, which focus on search or element listing rather than cross-source auditing.

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?

The description explicitly lists four concrete use cases (image audit, finding broken/duplicated CDN URLs, bulk replace planning, theme migration), giving clear context for when to invoke it. It does not name alternatives or exclusions, so it stops at 4 rather than 5.

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/vuluu2k/webcake-storefront-mcp'

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