Skip to main content
Glama

create_image_bitforge

Generate pixel art with inline skeleton keypoints, combined inpainting and generation, and style influence control, all in one call. Max size 200x200.

Instructions

Generate pixel art using the legacy Bitforge engine. Max 200x200. Prefer generate_image (v2) for most tasks — use Bitforge only when you need inline skeleton keypoints, combined inpainting+generation, or style_image influence control in a single call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoSeed for deterministic generation (default 0)
viewNoCamera perspective
detailNoDetail level
outlineNoOutline style
shadingNoShading style
directionNoCharacter facing direction
isometricNoGenerate in isometric view (default false)
image_sizeYesMax 200x200
init_imageNoStarting image
mask_imageNoInpainting mask
color_imageNoColor palette reference image
descriptionYesImage description
style_imageNoStyle reference
no_backgroundNoGenerate with transparent background
style_strengthNoStyle image influence (default 0.0)
inpainting_imageNoImage to inpaint on
oblique_projectionNoUse oblique projection (default false)
skeleton_keypointsNoBody joint positions
coverage_percentageNoPercentage of canvas to cover (0-100)
init_image_strengthNoInitial image influence strength (0-1000, default 300)
text_guidance_scaleNoText prompt adherence (1.0-20.0, default 3.0)
extra_guidance_scaleNoAdditional guidance (default 3.0)
negative_descriptionNoWhat to avoid in generation
skeleton_guidance_scaleNoSkeleton keypoint influence (default 1.0)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only mentions the 200x200 size limit. It does not disclose whether the tool is synchronous or async, what it returns (URL, base64?), any required permissions, error handling, or side effects. Missing critical behavioral context for a complex tool.

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?

Three sentences: first states purpose and constraint, second gives preference, third lists specific use cases. No redundant information, front-loaded with key advice. Highly 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?

Despite the detailed schema, the description omits information about return values, required inputs beyond the two mandatory, and how parameters interact. For a tool with 24 parameters and no output schema, more context is needed to ensure correct usage.

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 the baseline is 3. The tool description does not add extra meaning beyond the schema, but the schema itself provides adequate descriptions for each parameter. No additional value from the description.

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 it generates pixel art using the Bitforge engine with a max size constraint, and clearly distinguishes from the preferred v2 tool by listing specific use cases (inline skeleton keypoints, combined inpainting+generation, style_image influence control).

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

Usage Guidelines5/5

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

The description gives clear guidance: prefer generate_image (v2) for most tasks, and only use Bitforge when specific features are needed. This directly helps an agent choose between sibling tools.

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/rabbitcannon/pixellab-forge-mcp'

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