Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

pipeline_face_tracking_setup

Sets up a complete face tracking pipeline for VRChat avatars, including vertex groups, ARKit shapes, unified expressions, tongue and eye tracking, with validation.

Instructions

Complete face tracking pipeline: vertex groups → ARKit 52 → Unified → validate. Chains: ft_setup_face_vertex_groups → ft_create_arkit_shapes → ft_create_unified_expressions → ft_setup_tongue_tracking → ft_setup_eye_tracking_full → ft_validate_shapes.

Parameters:

  • mesh_name: Target mesh name. If empty, uses active/largest mesh.

  • method: "procedural" (auto-generate), "template" (empty keys), "from_existing" (fuzzy match)

  • include_unified: Also generate Unified Expressions (default: True)

  • include_tongue: Setup tongue tracking (default: True)

  • include_eye_tracking: Setup full eye tracking (default: True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNoprocedural
mesh_nameNo
include_tongueNo
include_unifiedNo
include_eye_trackingNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It describes the pipeline steps and parameters but does not disclose behavioral traits such as whether existing data is overwritten, permission requirements, side effects, or error handling. This is insufficient for a complex pipeline.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively brief and front-loaded with the pipeline purpose and chain. Parameter descriptions are inline and clear. It could be slightly more organized but is efficient overall.

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

Completeness3/5

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

The description covers what the pipeline does and the parameters, but lacks prerequisites (e.g., mesh topology requirements), error conditions, and handling of intermediate step failures. With an output schema present, return values are not required, but overall context is adequate but incomplete.

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 description coverage is 0%, so the description fully compensates. It explains each parameter clearly: mesh_name behavior when empty, method options with meanings, and boolean flags for pipeline components. This adds substantial value over the plain schema.

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 clearly states it is a complete face tracking pipeline that chains multiple tools, naming each step (vertex groups, ARKit 52, Unified, validate) and the specific tools involved. This distinguishes it from sibling tools like individual ft_* tools and other pipelines.

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 description implies usage as a complete setup by listing the chain, but does not explicitly state when to use this pipeline versus running the individual tools separately, nor does it mention alternatives or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/dwgx/blender-copilot'

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