Skip to main content
Glama

daz_load_file

Load a DAZ Studio file (duf, daz, obj, fbx, etc.) into the current scene. Choose to merge with existing scene or replace it entirely.

Instructions

Load a DAZ Studio file into the current scene.

Args: file_path: Absolute path to the file on the DAZ Studio machine (.duf, .daz, .obj, .fbx, etc.). merge: If True (default), merge the file into the existing scene. If False, replace the current scene entirely.

Returns:

  • success: true on success

  • file: the path that was loaded

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
mergeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries full burden. Discloses merge/replace behavior and return values, but omits details on errors, async behavior, or side effects beyond scene replacement.

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?

Description is concise, front-loaded, and uses clear docstring format with no redundant information.

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?

Covers both parameters and return value adequately; for a simple file-load tool, it is fairly complete, though it could mention error handling or file existence checks.

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?

Schema coverage is 0%, so description clarifies file_path as absolute path with format examples, and explains merge default and behavior; adds significant meaning beyond the raw schema.

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?

Description uses specific verb 'Load' and resource 'DAZ Studio file'; clearly distinguishes from sibling tools like daz_execute_file or daz_apply_lighting_preset.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Specifies file path and merge behavior, but lacks explicit guidance on when to use this tool versus alternatives (e.g., daz_execute_file). Usage is implied but not explained.

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/bluemoonfoundry/daz-mcp-server'

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