Skip to main content
Glama

export_file

Export 3D scenes or selected objects to common file formats (FBX, OBJ, GLTF, USD, STL, and more) with optional format override and selective export.

Instructions

Export scene or selected objects to a 3D file.

Supports FBX, OBJ, GLTF/GLB, USD, STL, PLY, Alembic (ABC), Collada (DAE), SVG, and X3D formats.

Args: filepath: Absolute path for the export file. type: Optional format override. Auto-detected from extension if empty. selected_only: If True, export only selected objects. Defaults to False.

Returns: Dict with exported file path and format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filepathYes
typeNo
selected_onlyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool exports to a file and returns a dict with path and format. However, it does not mention potential side effects like overwriting existing files, file size limits, or permission requirements. The behavioral transparency is adequate but not thorough.

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 efficiently structured with a single-line purpose, bullet list of supported formats, and clear Args section. Every sentence adds value. No fluff or repetition.

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

Completeness5/5

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

The description covers all three parameters, the return value (dict with path and format), and supported formats. Given the presence of an output schema (context signal), the return docstring suffices. The tool is straightforward and the description is fully complete.

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?

The description provides detailed parameter semantics beyond the input schema titles: filepath is an absolute path, type is an optional format override auto-detected from extension, selected_only defaults to False. Schema description coverage is 0% (no descriptions in JSON schema), so the description compensates well. No example values are given, preventing a 5.

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 it exports scene or selected objects to a 3D file, listing supported formats (FBX, OBJ, etc.). It distinguishes from the sibling tool 'import_file' by contrasting export vs import, and among sibling tools there is no other export tool, so purpose is 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 explains required parameter (filepath), optional format override (type auto-detected), and selected_only boolean with default. It does not explicitly state when to use this tool vs alternatives, but given no other export tool exists among siblings, the guidance is sufficient. A slight deduction for not mentioning export of entire scene vs selection clearly.

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