Skip to main content
Glama

maya_unreal_cleanup_materials

Remove unused shading groups and rename materials with a prefix for Unreal Engine asset cleanup in Maya. Skips referenced materials and reports changes in dry-run mode.

Instructions

안전한 머티리얼 정리만 수행합니다 (미사용 셰이딩 그룹 삭제, 접두사 리네임).

서로 다른 머티리얼을 병합하지 않습니다. 어느 것을 남기고 어느 것을 버릴지는 룩뎁 판단이라 사람이 정해야 합니다. 슬롯을 줄여야 한다면 감사 결과를 사용자에게 보여주고 지시를 받으세요.

Args: prefix: 붙일 머티리얼 접두사. rename: 접두사 리네임 수행 여부. 레퍼런스된 머티리얼은 건너뜁니다. delete_unused: 멤버가 없는 셰이딩 그룹 삭제 여부. dry_run: True 면 무엇을 할지만 보고합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prefixNoM_
renameNo
dry_runNo
delete_unusedNo
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It details key behaviors: deleting only shading groups with no members, skipping referenced materials during rename, and supporting dry_run mode to report actions without making changes. It also warns about the need for human judgment in material selection, though it could further emphasize the destructive nature of delete_unused.

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 well-structured with a concise summary, a prominent warning, and a clean Args section. Every sentence adds value: the warning clarifies non-merge behavior, and the parameter list is efficient and readable. No fluff or repetition.

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 tool with 4 parameters, no output schema, and no annotations, the description covers all essential aspects: purpose, usage boundaries, parameter semantics, and safety behavior. The dry_run explanation implies an output report, which is sufficient for general use. The caution about human decision-making provides important context for AI agents.

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?

Schema description coverage is 0%, so the description must fully compensate. It provides clear explanations for all four parameters: prefix, rename, delete_unused, and dry_run, including the default behavior and special cases (e.g., referenced materials are skipped). This is comprehensive and adds meaning beyond the bare schema.

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's purpose: performing safe material cleanup by deleting unused shading groups and prefix renaming. It distinguishes itself from sibling tools by explicitly stating it does not merge materials and emphasizes safety, which separates it from more aggressive cleanup or audit tools.

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 provides context on when to use the tool: for safe cleanup only, and explicitly advises against using it when slot reduction requires merging materials, directing the user to show audit results instead. It does not name specific alternative sibling tools but gives clear usage boundaries.

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/YomenStyle/maya-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server