Skip to main content
Glama

daz_restore_scene_state

Restore saved scene state by applying transforms, morphs, and light properties from a checkpoint. Missing nodes are skipped and reported.

Instructions

Restore scene state from a previously saved checkpoint.

Applies the transforms, morphs, and light properties captured by daz_save_scene_state back to the scene. Nodes that no longer exist are skipped and reported in the errors list.

Args: checkpoint_name: Name of the checkpoint to restore.

Returns: Dict with checkpoint_name, restored (list of node labels), and errors.

Raises: ToolError: If no checkpoint with the given name exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checkpoint_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description covers important behaviors: skipped nodes are reported in errors, raises ToolError if checkpoint missing, and returns a structured dict. However, it does not disclose whether the restore overwrites current state (though implied) or any additional side effects.

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 concise, with a clear opening sentence and well-organized sections for args, returns, and raises. It is front-loaded with the core action and provides necessary details without redundancy.

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?

Given the tool's low complexity (one parameter, no nested objects) and presence of an output schema, the description adequately explains what the tool does, its behavior for missing nodes, error conditions, and return structure. It is complete for the tool's scope.

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 schema has one parameter with no description, but the description's Args section provides clear meaning: 'Name of the checkpoint to restore.' This compensates for the 0% schema coverage and adds useful context.

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 restores scene state from a previous checkpoint, specifying what is applied (transforms, morphs, light properties). It distinguishes itself from related tools like daz_save_scene_state and other scene manipulation tools.

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?

The description implies usage after a checkpoint has been saved, but does not explicitly state when to use or when not to use this tool. No alternatives are mentioned, though the sibling list includes daz_save_scene_state which is the counterpart.

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