Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
grimoire-build-analysis_by_synthesis_fittingTechnique-safe img2threejs grimoire page
grimoire-build-cs2_finishesTechnique-safe img2threejs grimoire page
grimoire-build-implicit_sdf_modelingTechnique-safe img2threejs grimoire page
grimoire-build-python_threejs_render_bridgeTechnique-safe img2threejs grimoire page
grimoire-build-subdivision_surfacesTechnique-safe img2threejs grimoire page
grimoire-build-visual_hull_reconstructionTechnique-safe img2threejs grimoire page
grimoire-character-head_constructionTechnique-safe img2threejs grimoire page
grimoire-character-likeness_maximizationTechnique-safe img2threejs grimoire page
grimoire-character-reconstructionTechnique-safe img2threejs grimoire page
grimoire-character-stylized_hair_threejsTechnique-safe img2threejs grimoire page
grimoire-character-threejs_hair_parameter_contractTechnique-safe img2threejs grimoire page
grimoire-feedback-render_captureTechnique-safe img2threejs grimoire page
grimoire-feedback-shading_realismTechnique-safe img2threejs grimoire page
grimoire-glossary-3d_vocabularyTechnique-safe img2threejs grimoire page
grimoire-intake-cs2_intake_contractTechnique-safe img2threejs grimoire page
grimoire-intake-cs2_technical_analysisTechnique-safe img2threejs grimoire page
grimoire-intake-cs2_texture_acquisitionTechnique-safe img2threejs grimoire page
grimoire-intake-detail_inventoryTechnique-safe img2threejs grimoire page
grimoire-intake-image_analysisTechnique-safe img2threejs grimoire page
grimoire-intake-local_spec_searchTechnique-safe img2threejs grimoire page
grimoire-intake-quality_contractTechnique-safe img2threejs grimoire page
grimoire-intake-surface_topologyTechnique-safe img2threejs grimoire page
grimoire-intake-validation_rubricTechnique-safe img2threejs grimoire page
grimoire-readiness-action_riggingTechnique-safe img2threejs grimoire page
grimoire-readiness-joint_attachmentTechnique-safe img2threejs grimoire page
grimoire-readiness-procedural_rigging_contractTechnique-safe img2threejs grimoire page
grimoire-readiness-standard_character_pipelineTechnique-safe img2threejs grimoire page
grimoire-review-divine_eye_microscopeTechnique-safe img2threejs grimoire page
grimoire-review-gates_referenceTechnique-safe img2threejs grimoire page
grimoire-review-self_correctionTechnique-safe img2threejs grimoire page
grimoire-scriptsTechnique-safe img2threejs grimoire page

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

5 tools is well within the ideal 3-15 range, and each tool serves a necessary, non-redundant function within the workflow.

Completeness4/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues