Skip to main content
Glama

create_image

Creates a new blank image in the current Blender project with configurable width, height, alpha channel, and background color.

Instructions

新建空白图像。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
alphaNo
colorNo
widthNo
heightNo
float_bufferNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, and the description does not disclose side effects, whether it creates a Blender datablock or an external file, or how default parameters like alpha, color, and float_buffer behave.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence with no redundant words. However, it is so sparse that it omits important context, making it efficient but not fully appropriately sized for the tool's complexity.

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

Completeness1/5

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

Given six parameters, zero schema description coverage, and no output schema, the description is completely inadequate. It fails to explain what parameters do, what defaults mean, or how the returned image object is used.

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

Parameters1/5

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

None of the six parameters (name, alpha, color, width, height, float_buffer) are explained. The schema contains no descriptions and the one-line description adds no parameter-level meaning.

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 a new blank image, using a specific verb and resource. It is distinguishable from nearby operations like saving images or adding textures, even without explicitly naming siblings.

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?

There is no guidance on when to use this tool versus alternatives such as list_images, save_image, add_image_texture, or create_pbr_material. It only states the action without any contextual direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools