Skip to main content
Glama
vino3dx
by vino3dx

mat_set_slot

Destructive

Assign a material to a specified Material Editor slot (1-24) to display newly created materials in the editor.

Instructions

把一个材质放进材质编辑器的指定槽位(1..24)。常用于把新建材质显示到编辑器里。 [English] Put a material into a Material Editor slot (1..24). Handy to surface a freshly created material in the editor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slotYes槽位编号 1..24。 | Slot index 1..24.
materialYes材质名称。 | Material name.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false and destructiveHint=true, so the agent knows this is a mutating/destructive operation. The description adds the editor-slot context but does not explicitly warn that an existing material in the slot will be overwritten. This is acceptable but does not go beyond what the destructive annotation already implies.

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?

The description is compact, front-loaded with the action, and provides a concrete motivation in two short sentences. The bilingual duplication is purposeful and does not add clutter. Every sentence contributes useful information.

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 simple two-parameter tool with clear annotations, the description is complete enough: it names the action, the slot range, and the typical scenario. No output schema is needed for such a straightforward mutation, and the destructive nature is already covered by annotations.

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?

Schema description coverage is 100%, with both slot and material parameters already documented. The description adds no parameter-specific detail beyond the schema, so it receives the baseline score appropriate when structured definitions carry the parameter meaning.

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 states a specific verb and resource: 'Put a material into a Material Editor slot (1..24)'. It also clarifies the unique purpose among many material tools by mentioning it is handy for surfacing a freshly created material in the editor, clearly distinguishing it from tools like mat_assign or mat_set_property.

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 gives clear context: use this to place a material into a specific editor slot, especially after creating a new material. It does not explicitly name alternatives such as mat_assign for object-level assignment, so it lacks explicit exclusion guidance, but the intended use case is stated directly.

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