apply_decoration
Reuse proven decoration recipes on new STL or OBJ models in one call, with auto-resolved depth, mode, and style. Then inspect the result in an interactive 3D stage.
Instructions
Apply a saved decoration to a new model — proven settings, one call.
Loads a previously saved decoration and applies it to the target
model using the exact settings that worked before. Automatically
resolves depth, mode, and image style from the proven recipe.
This is the magic tool — decorations that took many iterations
to perfect can be replayed on any model in one call.
:param name: Decoration name or slug.
:param model_path: Path to the target model (STL or OBJ).
:param material: Override material (empty = use proven or detect
from printer).
:param face: Which face to decorate (auto, top, bottom, etc.).
:param printer_id: Optional printer ID for material detection.
:returns: Dict with decorated model path and settings used.INLINE 3D STAGE: on success this tool also opens Kiln's interactive 3D stage — an inline viewer panel the user can orbit, zoom, and turn over — in hosts that render MCP Apps panels (Kiln's hosted connection attaches a browser stage link for hosts that don't). Oversized meshes are decimated automatically for the stage; the PNG preview is the floor, not the whole experience.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| face | No | auto | |
| name | Yes | ||
| material | No | ||
| model_path | Yes | ||
| printer_id | No |