Skip to main content
Glama

Generate cohesive images for an entire site

generate_site_images

Crawl a website from a URL, create per-page folders with two cohesive images (16:9 and 9:16) free of recognizable faces and text. Images are validated with auto-retry.

Instructions

Discovers pages for a site and generates a folder per page (named after the page title), each containing a 16:9 and a 9:16 cohesive image, via a local Draw Things instance (Flux Schnell, must be running with its API server enabled on http://127.0.0.1:7860 — no cloud dependency, no API key), verified against local face and text detectors with automatic retry. Use with a reasonable maxPages to control run time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesStarting URL of the site
outDirNoBase directory under which each page's folder will be created (defaults to ~/Desktop/MCP/output)
maxPagesNoMaximum number of pages to process
styleHintNoOptional shared visual style guidance across all pages
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes the local Draw Things dependency, local face/text detectors, and automatic retry, but does not detail error handling (e.g., if Draw Things is not running) or the outcome of verification failures beyond retry.

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 two sentences, structured with the main functionality and a usage note. It is not overly verbose, but the first sentence is lengthy. It is well-organized but could be slightly more concise.

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

Completeness3/5

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

The tool has 4 parameters, no output schema, and no annotations. The description explains the process and constraints, but lacks details on output (e.g., folder and image naming conventions) and does not address potential side effects or prerequisites beyond the local server.

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 has 100% coverage of parameter descriptions. The description adds minimal extra semantic value beyond what is already in the schema (e.g., defaults, constraints). The usage tip about maxPages is mentioned but not as part of parameter docs.

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 discovers pages for a site and generates folders with 16:9 and 9:16 cohesive images per page. It distinguishes itself from sibling tools like generate_page_image by focusing on an entire site.

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?

It mentions using a reasonable maxPages to control run time, but does not explicitly explain when to use this tool versus alternatives (e.g., generate_page_image for a single page). The context is implied but not clear.

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/jhordan-pastorello/MCP-Generate-Image-Context'

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