Skip to main content
Glama
cristoferarango

blender-studio-pro-mcp

render_turntable

Render a turntable animation around a specified 3D object, with controls for frames, resolution, distance, and output folder.

Instructions

Render a turntable animation around an object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoPNG
framesNo
distanceNo
output_dirNo//turntable/
object_nameYes
resolution_xNo
resolution_yNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations provide no safety or behavioral hints, so the description carries the full burden. It only states the action without disclosing side effects (e.g., file output, animation range), dependencies, or whether it rotates the camera or object. This is insufficient for an operation that produces multiple frames.

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

Conciseness4/5

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

The description is a single sentence with no waste. It is concise and front-loaded with the core action. However, it is so brief that it sacrifices utility, but that is more a completeness issue than a conciseness issue.

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 has 7 parameters and an output schema (though not shown), the description is far too incomplete. It doesn't explain parameter usage, output behavior, or when to choose this over related tools. An agent would struggle to call it correctly without additional information.

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%, and the description does not mention any parameters. The agent gets no help understanding object_name, format, frames, distance, or resolution settings. Seven parameters are left completely unexplained, making it impossible to correctly configure the tool based on the description alone.

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 states a clear action: 'Render a turntable animation around an object.' This uses a specific verb and resource, and the concept of a turntable animation is distinct from sibling tools like render_image or batch_render. However, it doesn't explicitly differentiate itself from those siblings, so it's not a perfect 5.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention any prerequisites (e.g., object existence, camera setup) or when a user should prefer this over render_image or batch_render. Usage context is entirely absent.

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/cristoferarango/Blender-Studio-Pro-Mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server