Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_render_multi_angle

Render 3D objects from front, right, top, and perspective angles, producing PNG images for visual feedback. Customize object, angles, resolution, and output directory for quick multi-view renders.

Instructions

Render an object from multiple angles (front, right, top, perspective) for visual feedback. Uses Workbench engine for speed. Returns file paths to rendered PNG images.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
anglesNoAngles to render (default: all four)
output_dirNoOutput directory for renders (default: temp dir)
resolutionNoRender resolution [width, height] (default: [512, 512])
object_nameNoName of object to render (omit for all mesh objects)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries behavioral disclosure itself. It transparently states the Workbench engine choice and that PNG file paths are returned. However, it does not disclose side effects such as file creation/overwrite behavior, temporary output directory defaults, or whether the scene/camera is modified during rendering.

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?

Two sentences with no filler. The core action is front-loaded, followed by engine rationale and return value. Every sentence contributes useful information.

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?

For a moderate-complexity tool with fully documented schema parameters, the description is largely complete: it explains the purpose, engine, and output. It could be improved by mentioning default behavior (all four angles, temp directory) and whether the render modifies scene state, but these are minor gaps.

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

Parameters3/5

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

The input schema has 100% parameter description coverage, including enum values for angles and defaults. The description adds no additional parameter-level meaning beyond what the schema already provides, so the baseline score of 3 is appropriate.

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?

States a specific verb and resource: 'Render an object from multiple angles (front, right, top, perspective)'. It also names the purpose ('for visual feedback'), which distinguishes it from single-frame or animation rendering siblings like blender_render_image and blender_render_animation.

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 gives clear context for when to use it: for quick visual feedback, using the Workbench engine 'for speed'. It does not explicitly mention alternatives or when not to use it, but the purpose and engine hint are enough to guide selection in most cases.

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/SekaiNoOwari77/mcp-3d-modeling-agent'

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