threenative-sculpt-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sculpt_planB | Validate a reference image and return the locked eight-pass sculpt order plus relevant technique-safe grimoire resources. |
| sculpt_spec_gateA | Validate the MCP runtime ObjectSculptSpec contract and canonical complexity depth thresholds before code is written. |
| sculpt_compareA | Produce deterministic diagnostic evidence from an existing capture and reference, globally and per normalized region. Never launches a browser and never authorizes advancement. |
| sculpt_pass_gateC | Return advance, retry, or stop. Semantic review controls advancement; deterministic scores supply corrections, while an explicitly ambiguous comparison blocks advancement. |
| sculpt_grimoireA | Fetch a technique-safe grimoire page by topic. Unknown and concrete shader/material recipe topics fail and list valid topics. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| grimoire-build-analysis_by_synthesis_fitting | Technique-safe img2threejs grimoire page |
| grimoire-build-cs2_finishes | Technique-safe img2threejs grimoire page |
| grimoire-build-implicit_sdf_modeling | Technique-safe img2threejs grimoire page |
| grimoire-build-python_threejs_render_bridge | Technique-safe img2threejs grimoire page |
| grimoire-build-subdivision_surfaces | Technique-safe img2threejs grimoire page |
| grimoire-build-visual_hull_reconstruction | Technique-safe img2threejs grimoire page |
| grimoire-character-head_construction | Technique-safe img2threejs grimoire page |
| grimoire-character-likeness_maximization | Technique-safe img2threejs grimoire page |
| grimoire-character-reconstruction | Technique-safe img2threejs grimoire page |
| grimoire-character-stylized_hair_threejs | Technique-safe img2threejs grimoire page |
| grimoire-character-threejs_hair_parameter_contract | Technique-safe img2threejs grimoire page |
| grimoire-feedback-render_capture | Technique-safe img2threejs grimoire page |
| grimoire-feedback-shading_realism | Technique-safe img2threejs grimoire page |
| grimoire-glossary-3d_vocabulary | Technique-safe img2threejs grimoire page |
| grimoire-intake-cs2_intake_contract | Technique-safe img2threejs grimoire page |
| grimoire-intake-cs2_technical_analysis | Technique-safe img2threejs grimoire page |
| grimoire-intake-cs2_texture_acquisition | Technique-safe img2threejs grimoire page |
| grimoire-intake-detail_inventory | Technique-safe img2threejs grimoire page |
| grimoire-intake-image_analysis | Technique-safe img2threejs grimoire page |
| grimoire-intake-local_spec_search | Technique-safe img2threejs grimoire page |
| grimoire-intake-quality_contract | Technique-safe img2threejs grimoire page |
| grimoire-intake-surface_topology | Technique-safe img2threejs grimoire page |
| grimoire-intake-validation_rubric | Technique-safe img2threejs grimoire page |
| grimoire-readiness-action_rigging | Technique-safe img2threejs grimoire page |
| grimoire-readiness-joint_attachment | Technique-safe img2threejs grimoire page |
| grimoire-readiness-procedural_rigging_contract | Technique-safe img2threejs grimoire page |
| grimoire-readiness-standard_character_pipeline | Technique-safe img2threejs grimoire page |
| grimoire-review-divine_eye_microscope | Technique-safe img2threejs grimoire page |
| grimoire-review-gates_reference | Technique-safe img2threejs grimoire page |
| grimoire-review-self_correction | Technique-safe img2threejs grimoire page |
| grimoire-scripts | Technique-safe img2threejs grimoire page |
TDQS
Scored across 5 tools
Each tool addresses a distinct phase or concern: planning, spec validation, comparison, pass gating, and resource lookup. There is no ambiguity between them; the descriptions clearly separate their roles.
All tool names share the sculpt_ prefix, but the suffixes mix verbs (compare) and nouns (plan, grimoire) with compound nouns (spec_gate, pass_gate). This is mostly consistent but not a uniform verb_noun pattern.
5 tools is well within the ideal 3-15 range, and each tool serves a necessary, non-redundant function within the workflow.
The core workflow of plan, validate, compare, gate, and fetch resources is well covered. Minor gaps exist, such as no direct way to list all grimoire topics without triggering an error, but the surface is sufficient for the likely use case.