Skip to main content
Glama

generate_blog_cover

Create blog cover images with AI, convert them to WebP format, and upload to CDN for optimized web delivery.

Instructions

Generate a blog cover image using Google Gemini AI, convert to WebP format, and upload to Qiniu CDN

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesThe text prompt describing the image to generate
slugYesThe slug identifier for the filename (will be prefixed with date)
pathNoUpload directory path (default: 'blog-cover')blog-cover
Behavior3/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 successfully documents the multi-step pipeline (generation, conversion, upload) and external dependencies, but fails to disclose critical behavioral traits like whether the CDN upload is idempotent, what happens on naming collisions, or what the tool returns (URL, path, or binary).

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, efficiently structured sentence that front-loads the action and logically flows through the processing pipeline (generate → convert → upload). Every word serves a purpose with no redundancy.

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?

Given the absence of both annotations and output schema, the description should explain return values and side effects (e.g., 'returns public CDN URL'). It adequately covers the input workflow but leaves critical gaps regarding the operation's output and mutation characteristics.

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% description coverage, establishing a baseline of 3. The description adds minimal semantic value beyond the schema, though it implicitly reinforces that 'slug' relates to blog posts through the workflow context. No additional parameter constraints or format details are provided.

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 explicitly states the specific verb (Generate), resource (blog cover image), AI technology (Google Gemini), format conversion (WebP), and destination (Qiniu CDN). This specificity effectively distinguishes it from the generic 'generate_image' and single-purpose 'upload_image' siblings.

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?

While the specificity of 'blog cover' implies the intended use case, the description does not explicitly state when to choose this tool over 'generate_image' or 'upload_image', nor does it mention prerequisites like requiring valid CDN credentials or prompt engineering best practices.

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/xinpengfei520/banana-image-mcp'

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