Skip to main content
Glama

daz_validate_scene

Validate a DAZ scene for rendering readiness by checking character collisions, lighting, camera, and empty figure issues, and receive a score with actionable suggestions.

Instructions

Validate the current scene for common issues before rendering.

Checks:

  • Character/figure bounding box collisions (interpenetration)

  • Lighting presence and quality

  • Camera presence

  • Empty scene (no figures)

Returns a score (0-100) and breakdown by category, plus actionable suggestions for any issues found.

Returns: { "valid": true, "issues": [ { "type": "collision", "severity": "high", "nodes": ["Alice", "Bob"], "description": "Alice and Bob bounding boxes overlap by ~15 cm", "suggestion": "Move one character away to resolve interpenetration" } ], "warnings": [...], "score": 75, "score_breakdown": { "lighting": 100, "collision": 30, "camera": 100, "figures": 100 }, "summary": { "figures": 2, "cameras": 1, "lights": 3, "environment_lighting": false } }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/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 comprehensively explains the tool's behavior: what it checks (collisions, lighting, camera, empty scene), that it returns a score and breakdown, and provides the exact output schema with example. This fully informs the agent.

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 moderately concise, using bullet points and an example output to convey structure. It could be slightly shorter, but the layout is clear and front-loaded with key info.

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?

Given zero parameters and the detailed output description (including return schema in the description), the tool definition is fully complete. The agent has all necessary context to use the tool correctly.

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 input schema has zero parameters, so no parameter documentation is needed. Schema description coverage is 100%. The description naturally does not add parameter semantics because there are none to add.

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 validates the current scene for common issues before rendering, listing specific checks (collisions, lighting, camera, empty scene). This distinguishes it from sibling tools like daz_check_overlap, which focuses only on overlap.

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 implies use before rendering by stating 'before rendering' and lists what it checks. However, it does not explicitly exclude conditions or mention alternatives, though siblings like daz_check_overlap provide more specific checks.

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