Skip to main content
Glama

blender_iso_setup_scene

Sets up a Blender scene with camera and rendering options for 2:1 dimetric isometric assets, including tile size, color management, ambient occlusion, and scene clearing.

Instructions

Configures Blender camera and scene for 2:1 dimetric isometric rendering

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unitSizeNo
tileWidthNo
clearSceneNo
colorManagementNoStandard
ambientOcclusionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.9.0

TDQS

C2.8/5.0
Behavior2/5

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

Since no annotations are provided, the description must carry the full behavioral burden. It only says 'Configures' without disclosing that clearScene defaults to true and may clear existing scene contents, that scene settings like colorManagement and ambientOcclusion will be changed, or whether the operation is destructive or reversible. This is a significant gap for a scene-mutating tool.

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 a single concise sentence with no filler. The key rendering style detail is front-loaded, and every word earns its place.

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?

For a tool with five configurable parameters, no annotations, and no output schema, one sentence is far too sparse. Missing context about the destructive clearScene default, the meaning of unitSize/tileWidth, and the effect of colorManagement/ambientOcclusion makes the definition incomplete for reliable invocation.

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

Parameters2/5

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

Schema description coverage is 0%, and the description mentions none of the five parameters. It does not explain how unitSize or tileWidth affect the 2:1 setup, what clearScene does, or how colorManagement options differ, leaving the agent dependent on unstated assumptions about parameter meanings.

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 action ('Configures') and the target ('Blender camera and scene') along with a specific rendering style ('2:1 dimetric isometric rendering'). It is distinct from most sibling bake/render/create tools, but it does not explicitly contrast with potentially overlapping tools like blender_iso_build_room.

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 about when to use this tool versus the sibling tools, nor any prerequisites or exclusions. The phrase 'for 2:1 dimetric isometric rendering' implies a setup step, but it does not state whether it should run before rendering, baking, or building a room, leaving the agent to infer usage.

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