Skip to main content
Glama

create_character_pro

Generate pixel art characters or objects from text descriptions or concept images. Supports style references, camera angles, and rotation for flexible sprite creation.

Instructions

Create a character or object using the Pro engine. Output 32-168px. Methods: create_with_style (text-driven, optional style reference_image), create_from_concept (from a concept_image up to 1024x1024), rotate_character. Returns a character_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoSeed for deterministic generation (default 0)
viewNoCamera view angle (default 'low top-down')
methodNoHow reference inputs are used (default 'create_with_style')
image_sizeYesOutput frame size (32-168px)
descriptionYesDescription of the character or object to generate
template_idNoBody type for skeleton reconstruction (default 'mannequin')
concept_imageNoConcept image (max 1024x1024) for method=create_from_concept
no_backgroundNoGenerate with transparent background
reference_imageNoStyle reference image (max 168x168) for method=create_with_style
style_descriptionNoFree-text style hint layered on top of the description (max 2000 chars)
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It mentions output size constraints and return of a character_id, but fails to disclose any behavioral traits such as destructive potential, authentication needs, or processing characteristics.

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 three sentences long, front-loads the purpose, and contains no extraneous information. Every sentence contributes to understanding.

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 tool's complexity (10 parameters, no output schema, no annotations), the description is insufficient. It does not explain the behavior of each method, required fields, or default parameter values, leaving significant gaps for an agent.

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 description adds marginal context (e.g., text-driven with optional style reference), but mostly duplicates schema info. No significant new meaning is added.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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 character or object using the 'Pro engine' and lists the methods. However, it does not differentiate from sibling tools like create_character_v3 or animate_character, which reduces clarity among similar tools.

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 briefly mentions three methods (create_with_style, create_from_concept, rotate_character) and their basic context, but does not provide explicit guidance on when to use this tool versus alternatives or when not to use it.

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