Skip to main content
Glama
baktubak
by baktubak

ap_append_mesh

Append geometry to the active project by loading a mesh file or pasting Wavefront OBJ text. Choose one input: path for disk files, obj_data for inline geometry.

Instructions

Append geometry to the current project, either from a mesh file on disk or from inline Wavefront OBJ text. Give exactly one of 'path' or 'obj_data'. Pass inline OBJ with ordinary newlines — they are re-encoded for the wire and restored inside ArmorPaint — but it must contain no double quotes, backslashes or '|' (the bridge's JSON parser does not decode escapes and '|' is the line separator), and the whole request is capped at 8 KB. Prefer 'path' for anything non-trivial.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoMesh file to append. Absolute path, forward slashes (backslashes are converted for you).
obj_dataNoWavefront OBJ text to append inline.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden and does it well: it discloses wire re-encoding, newline restoration, forbidden characters, the 8 KB cap, and path slash conversion. It stops short of discussing reversibility or failure modes, but the append operation is reasonably clear.

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 purpose, then uses the remaining sentences for constraints and guidance. Every clause earns its place, and the wire-format constraints are grouped logically.

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 two-parameter additive tool with no required parameters and no output schema, this description is effectively complete. The agent knows what to provide, how to provide it, which option to prefer, and the hard constraints that could cause failures.

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 coverage is 100%, but the description adds substantial meaning beyond the schema: mutual exclusivity of 'path' and 'obj_data', the preference rule, inline OBJ character restrictions, the 8 KB limit, and newline handling. This is far beyond the baseline.

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 precise verb and resource: 'Append geometry to the current project', then specifies the two allowed input sources. This makes the tool distinct from export/import siblings and clearly communicates what it does.

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 strong within-tool guidance: exactly one of 'path' or 'obj_data' must be supplied, and 'path' should be preferred for anything non-trivial. It does not explicitly contrast this tool with ap_import_asset, but the usage context is clear enough.

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