Skip to main content
Glama

create_image_pixen

Create pixel art sprites with controlled outline, detail, view, and direction. Optionally enhance prompts for richer results.

Instructions

Generate pixel art using the Pixen engine. Width/height 16-768px each but max area 512x512, and both must be divisible by 4. Supports outline/detail style hints, view/direction, and optional prompt enhancement. A modern alternative to generate_image with finer outline/detail control.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoSeed for deterministic generation (default 0)
viewNoCamera perspective
detailNoDetail level (default 'highly detailed')
outlineNoOutline style
directionNoCharacter facing direction
image_sizeYesWidth/height each 16-768, max area 512x512, both divisible by 4
descriptionYesText description of the image to generate
no_backgroundNoGenerate with transparent background (default false)
enhance_promptNoAuto-expand the description into a richer prompt before generating (default false)
background_removal_taskNoBackground removal complexity (default remove_simple_background)
Behavior3/5

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

With no annotations, the description must fully disclose behavior. It mentions size constraints and optional style hints, but omits details about the generation process, expected output format, whether it's synchronous or async, and any side effects. Adequate but not comprehensive.

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 concise at three sentences, front-loading the core purpose and constraints, then enumerating features and alternatives. Every sentence contributes value without redundancy.

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 moderate complexity (10 params, nested objects, no output schema), the description does not explain what the tool returns (image URL, job ID, etc.) or mention likely async behavior given sibling tools like get_job_status. This critical gap makes the description incomplete for effective agent invocation.

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 coverage is 100%, so each parameter is described in the schema. The description adds context about the engine and mentions some parameters collectively (outline, detail, view, direction, enhance_prompt), but does not provide additional semantic meaning beyond what the schema already offers.

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 'generate' and resource 'pixel art' using the Pixen engine. It distinguishes itself from sibling 'generate_image' by highlighting finer outline/detail control, making the purpose and differentiation clear.

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?

The description provides specific constraints (size range, divisibility, max area) and indicates when to use this tool as an alternative to generate_image with finer control. However, it does not explicitly exclude other pixel art tools like create_image_pixflux, nor does it provide guidance on prerequisites.

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