Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

io_export_gltf

Export Blender models to glTF/GLB format for web and universal 3D applications. Control export options for materials, textures, and animations.

Instructions

Export to glTF/GLB format (standard for web and universal 3D).

Args: filepath: Output path (.glb or .gltf) export_format: GLB (binary, single file) or GLTF_SEPARATE (separate files) selected_only: Export only selected objects apply_modifiers: Apply modifiers export_materials: EXPORT, PLACEHOLDER, NONE export_textures: Include texture images export_animations: Include animations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filepathYes
export_formatNoGLB
selected_onlyNo
apply_modifiersNo
export_texturesNo
export_materialsNoEXPORT
export_animationsNo
Behavior3/5

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

No annotations are provided, so the description carries full behavioral burden. It lists many parameters giving insight into behavior, but does not disclose potential side effects (e.g., file overwriting, required permissions, size limits). Neutral but not exhaustive.

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?

Extremely concise: a single-sentence purpose followed by a list of parameters with brief, clear explanations. No redundant information; every sentence earns its place.

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 file export tool with 7 parameters and no output schema, the description covers the parameters well. It lacks mention of return values or error handling, but these are less critical given the straightforward nature of the operation.

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

Parameters4/5

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

With 0% schema description coverage, the description adds significant value by explaining each parameter's meaning (e.g., export_format options as 'GLB' or 'GLTF_SEPARATE', selected_only as 'Export only selected objects'). This compensates well for missing schema descriptions.

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?

The description clearly states the action ('Export') and the resource ('glTF/GLB format'), with contextual note ('standard for web and universal 3D'). This distinguishes it from sibling export tools like io_export_fbx, io_export_obj, etc.

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?

No explicit guidance on when to use this tool versus alternatives. While the format description hints at web usage, there is no mention of trade-offs, when-not-to-use, or comparisons with other export tools.

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/dwgx/blender-copilot'

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