Skip to main content
Glama

generate_8_rotations

Generate 8 directional pixel art views from an existing sprite, character description, or concept art. Choose camera perspective and size from 32x32 to 168x168.

Instructions

Generate 8 directional views from an existing image, style, or concept art. 32-168px. Does NOT create a persistent character — for that use create_character_8dir instead. Methods: rotate_character (from existing sprite), create_with_style (from description), create_from_concept (from concept art).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoSeed for deterministic generation (default 0)
viewNoCamera perspective
methodYesGeneration method
image_sizeYes32x32 to 168x168
descriptionNoFor create_with_style: character description
concept_imageNoFor create_from_concept: concept art
no_backgroundNoGenerate with transparent background
reference_imageNoFor rotate_character: character image with dimensions
style_descriptionNoStyle description for the character
Behavior3/5

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

With no annotations provided, the description carries full responsibility. It discloses the output (8 directional views) and size range, but does not mention whether the tool is read-only or mutating, what permissions are needed, or whether it's synchronous/asynchronous. The description is adequate but lacks depth on behavioral traits.

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 exceptionally concise—only three sentences that immediately convey the core purpose and key distinctions. Every sentence adds value without unnecessary detail.

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

Completeness3/5

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

Given the tool's complexity (9 parameters, multiple methods, nested objects), the description provides a high-level overview but does not map methods to their required parameters. While the schema is detailed, the description could better guide users on which parameters are needed for each method, especially since required parameters vary.

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 baseline is 3. The description adds value by grouping methods with their sources (e.g., 'rotate_character (from existing sprite)'), which clarifies the intended use of associated parameters like 'reference_image'. This extra context justifies a higher score.

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 generates 8 directional views from various sources, and distinguishes from a sibling tool (create_character_8dir) that creates a persistent character. The verb 'generate' and resource '8 directional views' are specific and unambiguous.

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 explicitly says when not to use the tool and provides a direct alternative ('use create_character_8dir instead'). It also outlines the three methods, helping users choose the right approach. However, it could be more explicit about when to use each method based on the user's input type.

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