Skip to main content
Glama
falahgs

Gemini Imagen 3.0 MCP Server

by falahgs

create_image_html

Convert image file paths into HTML img tags with customizable dimensions and optional gallery view for previews.

Instructions

Create HTML img tags from image file paths with gallery view

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNoImage width in pixels
heightNoImage height in pixels
galleryNoWhether to create a gallery view with CSS
imagePathsYesArray of image file paths
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only mentions 'gallery view' but does not specify the output format (e.g., HTML string, file write), side effects, or any prerequisites, leaving significant gaps.

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?

The description is a single, succinct sentence that directly conveys the core function without unnecessary words or repetition.

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 is relatively simple and the schema covers all parameters, but the description omits the return type or whether it returns an HTML fragment or full document. Without an output schema, this missing context leaves the agent unsure about the tool's exact behavior.

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 description coverage is 100%, so all parameters are documented in the schema. The description adds minimal extra meaning beyond the 'gallery' parameter by referencing 'gallery view,' but does not elaborate on details like the exact CSS behavior or default values. This aligns with the baseline of 3.

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 creates HTML img tags from image file paths, using a specific verb and resource. It also distinguishes itself from the sibling tool generate_images, which presumably generates images rather than HTML.

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

Usage Guidelines2/5

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

No explicit guidance is given on when to use this tool versus alternatives. The sibling tool generate_images is present but never mentioned in the description, so the agent has no basis for choosing between them.

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/falahgs/imagen-3.0-generate-google-mcp-server'

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