Skip to main content
Glama
vuluu2k

WebCake Storefront MCP

by vuluu2k

read_images

Batch fetch up to 5 images in parallel, extract visual attributes (subject, style, palette, composition, mood, lighting, background), and synthesize themes for image-generation briefs.

Instructions

Batch fetch multiple image URLs in parallel. Use when comparing several references or extracting motifs across a set. Capped at 5 images per call to keep context manageable. For each image, describe subject/style/palette/composition/mood; then synthesize common themes for the brief.

Describe the image with these fields, useful as input for new image generation:

  • subject: main object / scene / person

  • style: photography, illustration, 3D render, flat vector, watercolor, ...

  • palette: 3–5 dominant colors (hex or names)

  • composition: layout, framing, focal point

  • mood: emotion or atmosphere

  • lighting: natural / studio / golden hour / dramatic / soft / ...

  • background: setting / environment

  • notable_details: props, textures, typography, brand elements Use these as building blocks when drafting an image-gen brief.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYes1–5 absolute http(s) image URLs
max_size_mbNoPer-image size cap in MB
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that fetches are parallel, capped at 5, and that it synthesizes common themes. It also details the output fields (subject, style, palette, etc.). It lacks disclosure of failure handling or auth requirements, but the provided behavioral details are substantial and accurate.

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 moderately long but well-structured: it starts with the core purpose, then usage, then the output field list. The field list is detailed and necessary for guiding the image analysis. Each sentence contributes useful information, though the bullet list is extensive.

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?

Since there is no output schema, the description appropriately explains the output format (fields like subject, style, palette, etc.) and the synthesis step. It covers the tool's complexity and provides enough context for an agent to invoke it correctly. Minor gaps like error handling are not critical for initial use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining the cap of 5 aligns with the schema's maxItems, and it contextualizes 'max_size_mb' indirectly with 'keep context manageable.' It also enriches the 'urls' parameter by describing the per-image output derived from them, which goes beyond the schema.

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 'Batch fetch multiple image URLs in parallel', clearly stating the action (fetch), resource (image URLs), and mode (batch/parallel). It distinguishes itself from the sibling 'read_image' by focusing on multiple images and synthesis of themes.

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 provides explicit guidance: 'Use when comparing several references or extracting motifs across a set.' This conveys the intended context. It also notes the 5-image cap, which is a practical usage constraint. However, it does not mention when not to use it or explicitly contrast with alternatives like read_image.

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