Skip to main content
Glama
kjanat

BlenderMCP

by kjanat

import_generated_asset_hunyuan

Import a Hunyuan3D-generated asset into Blender using the zip file URL from the generation task and the object name.

Instructions

Import the asset generated by Hunyuan3D after the generation task is completed.

Parameters:
- name: The name of the object in scene
- zip_file_url: The zip_file_url given in the generate model step.

Return if the asset has been imported successfully.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
zip_file_urlYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states that it returns whether the import was successful, but does not mention side effects, prerequisites, failure modes, or whether the import modifies scene state beyond adding an object. This is a significant gap for a mutation 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 concise and well-structured, using a brief introductory sentence followed by a clear bulleted parameter list. Every sentence contributes value, with no filler or repetition of schema details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the main purpose and parameters, but lacks important context given there is no output schema and no annotations. It does not clarify the return format beyond 'if imported successfully', nor does it mention error handling, permissions, or dependencies on a previous generation task. This is adequate for a simple tool but leaves gaps.

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

Parameters5/5

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

The schema provides zero description coverage, but the tool description compensates fully by explaining each parameter's meaning: 'name' is the scene object name and 'zip_file_url' is explicitly tied to the output of the generation step. This adds critical context that the schema lacks, enabling correct parameter usage.

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 a specific action ('Import the asset generated by Hunyuan3D') and resource, and it distinguishes from the sibling import_generated_asset by specifying the Hunyuan3D origin. It also includes a timing constraint ('after the generation task is completed'), making the purpose unambiguous.

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 provides functional context by specifying that this tool is used after the generation task is completed. However, it does not explicitly mention alternatives or when not to use this tool (e.g., for Hyper3D assets, use import_generated_asset), leaving some room for ambiguity in tool selection.

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

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