Skip to main content
Glama
vino3dx
by vino3dx

light_delete

Destructive

Delete a specified light in 3ds Max to remove unwanted lighting. This action is permanent and cannot be undone, so use caution.

Instructions

删除一个灯光。不可恢复,请谨慎调用。 [English] Delete a light. Not recoverable, use with care.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lightYes灯光名称。 | Light name.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already mark destructiveHint=true and readOnlyHint=false; the description adds the important fact that deletion is not recoverable and should be used with care. This is genuinely useful beyond structured metadata. It does not contradict the annotations.

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?

Two compact bilingual sentences state the purpose and warning with no extraneous detail. The irreversibility warning is front-loaded before the English translation, and the whole description is easy to scan.

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?

For a one-parameter destructive tool with annotations and no output schema, the description plus schema cover everything needed to call it correctly: what it deletes, the input name, and the irreversibility warning. There is no missing return-value explanation because no output schema exists.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter 'light' is fully documented in the schema with '灯光名称。 | Light name.' and the description adds no additional syntax, format, or example. With 100% schema coverage, baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific operation ('Delete') and resource ('a light'), making the tool's purpose unmistakable. It does not explicitly differentiate from sibling deletion tools like delete_objects or other light_* operations, though the verb and resource are sufficient for basic identification.

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?

Provides no guidance on when to use this tool instead of alternatives such as delete_objects, light_set, or undo_last. The cautionary note advises care but does not describe prerequisites, side effects, or routing conditions. This is a clear gap.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools