Skip to main content
Glama
OhaoTech

Blender Finisher

by OhaoTech

io.import

Import mesh or scene files into Blender with automatic format detection from the file extension, or manually select the importer.

Instructions

Import a mesh/scene file; format inferred from the extension by default

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
formatNoAUTO
Behavior2/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It only mentions format inference but omits critical behavior: what happens on failure, whether it overwrites existing data, or how the imported object is added to the scene. The lack of detail is a significant gap.

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, concise and front-loaded. However, it omits important details that could be added without sacrificing conciseness, such as noting required permissions or side effects.

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?

For an import tool with multiple formats and no output schema, the description is too minimal. It does not explain what the tool returns, how to handle errors, or any side effects on scene state. The sibling tools list is large, but this tool's description lacks completeness for its complexity.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, but it does not. It mentions 'format inferred from extension' but does not elaborate on the 'path' parameter or the 'format' enum values. The schema titles provide some info, but the description adds minimal value.

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 'Import a mesh/scene file', specifying the action (import) and the resource type (mesh/scene file). It also mentions format inference, which is a key differentiator from export or other tools. This distinguishes it from siblings like io.export and io.prepare_asset.

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 guidance on when to use this tool versus alternatives, nor prerequisites like file existence or scene state. The description does not provide context for appropriate usage scenarios.

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

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