Skip to main content
Glama
gprethesh
by gprethesh

armorpaint_remove_node

Destructive

Removes a material node and its links, keeping the PBR output node protected. Use to clean up node graphs or delete unwanted nodes in ArmorPaint.

Instructions

Remove a material node and its links. The PBR output node is protected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_idYes
material_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already mark this as destructive, and the description adds meaningful behavioral detail: removing a node also removes its links, and the PBR output node cannot be removed. This goes beyond the structured annotation without contradicting it.

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 short sentences, each earning its place. The main action is front-loaded and the protective constraint is stated clearly with no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a destructive operation with two parameters and no schema descriptions, the definition is incomplete. The role of material_id and how the target material is selected are missing, and while an output schema exists, the ambiguity around parameters remains a significant gap.

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

Parameters2/5

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

Schema description coverage is 0%, so the description needed to clarify both node_id and material_id. It gives enough context to infer that node_id identifies the node to remove, but material_id is left unexplained, including its default of -1 and whether it refers to the current material.

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 uses a specific verb ('Remove') and identifies the exact resource ('a material node and its links'). It also adds a distinguishing constraint ('The PBR output node is protected') that sets it apart from related operations like armorpaint_add_node or armorpaint_disconnect_nodes.

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 use for deleting material nodes and their connections, and the PBR output protection gives a clear exclusion. However, it does not explicitly explain when to prefer this over armorpaint_disconnect_nodes when only links need removal, nor does it mention context like the currently selected material.

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

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/gprethesh/armorpaint-mcp'

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