Skip to main content
Glama
baktubak
by baktubak

ap_material_delete

Delete a material slot by name from an ArmorPaint project. Irreversible via MCP; undo with Ctrl+Z in ArmorPaint.

Instructions

Delete a material slot by name. Irreversible from here — ArmorPaint's plugin API has no undo/redo binding, so this cannot be taken back except by the user pressing Ctrl+Z in the app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesMaterial name.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden, and it delivers. It explicitly discloses that the operation is irreversible, explains why (no undo/redo binding in ArmorPaint's plugin API), and states the single exception (user pressing Ctrl+Z in the app). This tells the agent exactly what gets destroyed and the consequences, which is precisely the high-value context this dimension rewards.

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 sentences with zero waste. The operative purpose is front-loaded in the first sentence, and the second sentence earns its place by adding the critical irreversibility caveat. Every word contributes to the agent's decision-making.

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

Completeness4/5

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

For a simple one-parameter, no-output-schema, no-annotations tool, the description is nearly complete: it states the action, the target, and the most important behavioral risk. The only meaningful gap is error behavior when the given material name does not exist, which an agent would need to handle failures gracefully.

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%, so the schema already documents 'name' as 'Material name'; the baseline of 3 applies. The description adds only marginal meaning by framing name as the lookup key ('by name'), but provides no extra format, constraint, or edge-case detail beyond what the schema gives.

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 opens with a specific verb+resource statement, 'Delete a material slot by name,' which precisely identifies the operation and the targeting method. This clearly distinguishes the tool from its material-related siblings (ap_material_create, ap_material_update, ap_material_select, ap_material_list), leaving no ambiguity about what this tool does.

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 usage context is implied rather than explicit: an agent can infer this is the tool to call when a material slot must be removed, and the irreversibility warning implies caution. However, the description never names alternatives or states when-not-to-use conditions, so guidance on choosing it over sibling tools is left to inference.

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

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