Skip to main content
Glama

daz_execute_file

Execute a DazScript file on the DAZ Studio machine, passing optional arguments to automate scene tasks.

Instructions

Execute a DazScript file on disk inside DAZ Studio.

Args: script_file: Absolute path to the .dsa/.ds script file on the DAZ Studio machine. args: Optional JSON-serialisable object accessible inside the script as args.

Returns: Object with keys: success, result, output (list of print() lines), error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
script_fileYes
argsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Describes inputs and return values (success, result, output, error) but does not disclose side effects, permissions, or whether execution is synchronous. Since no annotations exist, description carries full burden but partially addresses it.

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?

Concise one-line purpose followed by clear parameter and return bullet points. 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?

Adequate for a simple execution tool with two parameters and a structured output. Could mention environment constraints like file path accessibility, but overall complete.

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?

Each parameter (script_file with absolute path and file extensions, args as JSON object accessible in script) is fully explained beyond the schema, which had 0% coverage.

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 tool executes a DazScript file on disk, using specific verbs and resource. It implicitly differentiates from sibling 'daz_execute' which likely runs inline scripts.

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 like daz_execute or daz_validate_script. The description only explains the tool itself.

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