Skip to main content
Glama
pvliesdonk

io.github.pvliesdonk/image-generation-mcp

by pvliesdonk

show_image

Read-only

Display a completed image using its resource URI, with optional format, size, and quality transforms.

Instructions

Display a completed image with optional on-demand transforms.

Only call this for completed images — use check_generation_status to poll, then call this once when status is "completed".

Accepts a full image:// resource URI (e.g. image://abc123/view or image://abc123/view?format=webp&width=512). Transforms are encoded in the URI query string — no separate parameters needed.

Read the image://list resource to browse available image IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uriYesA full ``image://`` resource URI, optionally with query params: ``format`` (``png``, ``webp``, ``jpeg``), ``width`` (pixels), ``height`` (pixels), ``quality`` (1-100, for lossy formats).
Behavior4/5

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

Annotations already indicate read-only and non-destructive. Description adds context on URI format with query transforms and the prerequisite of completed status. No mention of output format, but still adds value beyond annotations.

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?

Very concise and well-structured. Front-loaded with purpose, then usage rules, then URI details. No wasted sentences.

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?

Given the simple single-parameter tool with annotations, the description covers usage sequence, resource navigation, and URI format. Lacks explicit statement of what 'display' returns, but overall sufficient.

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?

Schema already provides 100% coverage with detailed description of URI parameter including format, width, height, quality. Description reinforces but does not add significant new meaning beyond 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 clearly states the tool displays a completed image with optional transforms, using a specific verb and resource. It distinguishes from siblings like check_generation_status and edit_image.

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

Usage Guidelines5/5

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

Explicitly instructs to call only for completed images, references check_generation_status for polling, and mentions browsing image://list for IDs. Provides clear when-to-use and when-not-to-use guidance.

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/pvliesdonk/image-generation-mcp'

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