Skip to main content
Glama

generate_turnaround

Generates a 2x2 turnaround grid (front, side, back, action) from a reference image while preserving character consistency. Saves results locally.

Instructions

提交异步角色多视图生成任务,根据参考图片生成 2x2 网格(正面/侧面/背面/动作),保持角色一致性。图片保存到 projectDir/outputSubdir/ 目录下(默认 mclans-image 子文件夹,可通过 outputSubdir 参数自定义)。请询问用户:是需要我持续跟踪任务进度直到完成,还是提交后由系统自动处理、后续按需查询?

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYes角色描述
imagePathYes必填:参考图片的本地路径或远程 URL
projectDirYes必填:当前项目根目录的绝对路径。请先执行 pwd 或 echo %cd% 获取当前工作目录,然后将结果填入此参数。图片将保存到该路径下的输出子文件夹中
fileNameYes必填:保存的文件名(不含扩展名),请根据角色内容取一个简短有意义的英文名,如 warrior-turnaround、girl-views 等
outputSubdirNo输出子文件夹名称,默认为 mclans-image。图片将保存到 projectDir/outputSubdir/ 目录下。可根据项目需要自定义,如 images、assets、output 等
Behavior3/5

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

No annotations are provided, so the description must carry behavioral disclosure. It discloses async nature, output directory, and consistency requirement, but omits details like error handling, authentication needs, or what constitutes success/failure.

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?

Two sentences front-load the purpose and output specifics. The second sentence adds crucial user-interaction guidance. No extraneous information.

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?

For an async task with no output schema, the description should explain the return value (presumably a task ID). It does not. However, it covers input, output directory, and user interaction, making it mostly complete.

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

Parameters4/5

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

Schema description coverage is 100%, so the schema already documents parameters. The description adds value by explaining the default subfolder, the purpose of fileName (meaningful name), and how to obtain projectDir (via pwd).

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 verb (submit async task), resource (turnaround view generation), and output (2x2 grid with front/side/back/action). It distinguishes from sibling tools like generate_image (single image) and generate_video by specifying multi-view output.

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

Usage Guidelines4/5

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

Provides explicit instruction for the agent to ask the user about tracking behavior, which aids in correct usage. Does not fully detail when to choose this over siblings, but the purpose differentiation is clear enough.

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/YupegLV/mclans-create-image-mcp'

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