Skip to main content
Glama

blender_iso_render_turnaround

Render multi-angle isometric character or object turnarounds and export engine-ready sprite atlases for Phaser, Godot 4, and retro web games.

Instructions

Renders multi-angle isometric turnaround sprites and generates engine-ready atlas files

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
baseNameNoturnaround
tileWidthNo
directionsNo
objectNameYes
exportTargetNouniversal
outputDirectoryNooutput/blender/turnarounds

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.9.0

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses the primary behavior—rendering sprites and generating atlas files—but does not say whether it writes files to outputDirectory, overwrites existing files, depends on an existing Blender object, or modifies the scene. For a render/output-generation tool, this is a significant transparency gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single tight sentence with no filler and starts with the core action. However, for a tool with six parameters and no schema descriptions, this brevity veers toward under-specification rather than appropriate conciseness.

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

Completeness1/5

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

With no output schema, no annotations, and zero parameter descriptions, the context is incomplete. The description does not explain what objectName must refer to, what 'engine-ready atlas' means for each exportTarget, or how this tool fits into the broader Blender workflow, leaving too much for the agent to guess.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate by explaining or at least hinting at parameter meaning. It mentions neither objectName, directions, exportTarget, tileWidth, outputDirectory, nor baseName, so an agent cannot infer that exportTarget selects an engine format or that directions controls the number of views.

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 uses a specific verb ('Renders') and resource ('multi-angle isometric turnaround sprites') and names a concrete output ('engine-ready atlas files'). The word 'turnaround' helps distinguish it from sibling tools like blender_iso_create_tile or blender_iso_bake_2d_passes, though it does not explicitly name any alternative.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus its siblings, no preconditions, and no workflow positioning. An agent cannot tell whether it should run after scene setup, before bake_assets, or instead of create_avatar.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.