Skip to main content
Glama

blender_export

Export Blender scenes and objects for Unity and VRChat. Choose between export_unity and export_vrchat operations, with options for materials, animations, and transforms.

Instructions

Export Blender scenes and objects for Unity and VRChat.

Supports multiple operations through the operation parameter:

  • export_unity: Export to Unity-compatible formats

  • export_vrchat: Export to VRChat-compatible formats

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationNoExport operation typeexport_fbx
output_pathNoPath where to save the exported file
object_namesNoList of specific object names to export (None = all objects)
include_materialsNoInclude materials in export
include_animationsNoInclude animations in export
apply_transformsNoApply object transforms before export
global_scaleNoGlobal scale factor for export
use_mesh_modifiersNoApply mesh modifiers before export

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so description bears full burden. It mentions export operations but does not disclose side effects like file creation, overwriting, or scene modification. Minimal behavioral disclosure.

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?

Very concise: two sentences front-loading purpose, then a bullet list for operations. No wasted words, easy to scan.

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?

Despite having 8 parameters and an output schema, the description omits important context: file formats, overwrite behavior, success/failure indications, and limitations. Incomplete for a tool of this complexity.

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?

Schema coverage is 100%, baseline is 3. Description adds value for the operation parameter but does not elaborate on other seven parameters. Net contribution is marginal.

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?

Clearly states the tool exports Blender scenes and objects for Unity and VRChat. Lists specific operations, but does not explicitly differentiate from sibling tools like blender_export_presets.

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

Usage Guidelines3/5

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

Provides context for the operation parameter with two examples, but lacks guidance on when to use this tool versus alternatives (e.g., blender_export_presets, blender_validation). No when-not-to-use information.

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/sandraschi/blender-mcp'

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