Skip to main content
Glama

create_object_8dir

Create a pixel art object with 8 directional views. Provide a description and optionally a reference image to rotate or a style image to generate a new object in that style.

Instructions

Create a persistent object with 8 directional views. Square size 32-256px (default 64). view 'low top-down', 'high top-down', or 'side'. Provide reference_image to rotate that exact object, OR style_image to generate a new object in that style (mutually exclusive). For a single-direction object use create_object_1dir.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNoSquare image size in pixels (32-256, default 64)
viewNoCamera angle (default 'low top-down')
descriptionYesObject description
style_imageNoStyle reference — generates a new object matching the description in this style (mutually exclusive with reference_image)
reference_imageNoReference image — generates 8 rotations of this exact object (mutually exclusive with style_image)
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses persistence, size constraints, view options, and mutual exclusivity. Minor missing detail on number of generated images (8 views) but name implies it.

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, front-loaded with main purpose, then details. No redundant words.

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

Completeness4/5

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

No output schema, but description covers inputs well. Could explicitly mention that 8 views are generated, but name and context imply it. Adequate given sibling tools and complexity.

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 coverage is 100%, baseline 3. Description adds value by explaining mutual exclusivity, default values, and square size constraint beyond schema descriptions.

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?

Description clearly states it creates a persistent object with 8 directional views. Explains size range, view options, and mutual exclusivity of image inputs. Distinguishes from sibling create_object_1dir.

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?

Explicitly tells when to use (for 8-directional objects) and when not to (use create_object_1dir for single direction). Also explains when to use reference_image vs style_image.

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