Skip to main content
Glama

import_file

Import 3D files into Blender for modeling and animation. Supports FBX, OBJ, GLTF, USD, STL, PLY, Alembic, Collada, SVG, and X3D formats with automatic format detection.

Instructions

Import a 3D file into Blender.

Supports FBX, OBJ, GLTF/GLB, USD, STL, PLY, Alembic (ABC), Collada (DAE), SVG, and X3D formats. Auto-detects format from file extension if type is empty.

Args: filepath: Absolute path to the file to import. Must exist. type: Optional format override. One of: FBX, OBJ, GLTF, USD, STL, PLY, ABC, DAE, SVG, X3D. Auto-detected from extension if empty.

Returns: Dict with imported file path and format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filepathYes
typeNo
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses key behavioral traits: the tool performs an import operation (implying mutation/write), supports specific formats, auto-detects from extensions, and returns a dictionary. However, it doesn't mention permissions needed, whether the import is destructive to existing data, or any rate limits/constraints.

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 well-structured and front-loaded with the core purpose, followed by supported formats, auto-detection note, and clear parameter/return sections. Every sentence earns its place with no wasted words, making it easy to scan and understand.

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 2-parameter tool with no annotations and no output schema, the description does an excellent job covering parameters, behavior, and return value. The only minor gap is lack of explicit warnings about potential side effects (e.g., overwriting existing data) or error conditions, which would elevate it to a 5.

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 description adds substantial meaning beyond the input schema, which has 0% description coverage. It explains both parameters thoroughly: 'filepath' must be an absolute path and exist, 'type' is optional with enumerated values and auto-detection behavior. This fully compensates for the schema's lack of 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 specific action ('Import a 3D file into Blender') and resource ('3D file'), distinguishing it from siblings like 'open_file' (which likely opens Blender files) and 'export_file' (the opposite operation). The verb 'import' is precise and the target application is explicitly named.

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 clear context about when to use this tool (for importing 3D files in various formats) and mentions auto-detection behavior. However, it doesn't explicitly state when NOT to use it or name specific alternatives among siblings (e.g., 'open_file' for .blend files), though the format list makes its scope evident.

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/HoldMyBeer-gg/blend-ai'

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