Skip to main content
Glama

image_batch_edit

Batch edit multiple images by applying a single prompt individually to each image, enabling consistent modifications across a set.

Instructions

批量单图编辑。对每张图片独立调用 image_edit。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYes
image_pathsYes
sizeNo1024x1024
modelNo
save_dirNo
basenameNo
api_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries full behavioral disclosure burden. It only mentions that each image is edited independently, but provides no details on parallelization, error handling, rate limits, or side effects. This is insufficient transparency for a batch operation.

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 extremely concise at two sentences, with no wasted words. The first sentence states the purpose, the second adds procedural detail. It is front-loaded and efficient.

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

Completeness2/5

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

Given the complexity (batch operation, 7 parameters, no schema coverage, no annotations), the description is incomplete. It does not explain behavior like how image paths are processed, parameter effects, or output format, despite having an output schema. A more detailed description is needed for effective use.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. However, it mentions no parameters whatsoever, offering no additional meaning beyond the parameter names. For a tool with 7 parameters, this is a significant gap.

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 it performs batch editing of single images by calling image_edit for each image. It distinguishes from the sibling image_edit tool which is for single images, so purpose and scope are well-defined.

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?

The description implies usage for multiple independent edits, but does not explicitly state when to use this versus the alternative image_edit tool. It lacks guidance on prerequisites or scenarios where batch is inappropriate.

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/WenNinghan/eflowcode-image-mcp'

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