Skip to main content
Glama

VNyan blendshapes

vnyan_blendshape

Read live blendshape values and apply or remove overrides that take precedence over tracking.

Instructions

Read live blendshape values (all, or one by name) and set/clear override values that take priority over tracking - the same mechanism as the Blendshape node. Source: plugin (live, read+write).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoFor 'get': instant value or accumulated last-frame value
nameNoBlendshape name (required except for 'list')
valueNoRAW value, on the same scale 'get'/'list' report and pendulum outputs write - roughly 0-1 for full deflection, and NOT clamped (set 250 and it stores 250). This is deliberately NOT the 0-100 convention BlendshapeNode uses in a node graph: only BlendshapeNode divides by 100, so an int 37 there lands here as 0.37. Passing 50 expecting half deflection would give you 50x. Setting 0 removes the override entirely. Required for set actions.
actionYesWhich blendshape operation to perform

Schema Changelog

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

  1. Changed1 schema field changedv0.4.0
    • changedInput schema / properties / value / description
      Previous value: -"0-100 (VNyan's Blendshape-node convention, not 0-1). Setting 0 removes the override entirely. Required for set actions."New value: +"RAW value, on the same scale 'get'/'list' report and pendulum outputs write - roughly 0-1 for full deflection, and NOT clamped (set 250 and it stores 250). This is deliberately NOT the 0-100 convention BlendshapeNode uses in a node graph: only BlendshapeNode divides by 100, so an int 37 there lands here as 0.37. Passing 50 expecting half deflection would give you 50x. Setting 0 removes the override entirely. Required for set actions."
  2. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states the tool is 'live' and 'read+write', and that overrides take priority over tracking. It also notes the mechanism matches BlendshapeNode, adding useful context not present in the schema. This is more than minimal and provides the agent with key behavioral expectations.

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 two sentences with no fluff. The main function is front-loaded, followed by a brief source note. Every phrase earns its place, and the structure is easy to scan.

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 tool has six actions and two modes, but the description only summarizes reading and override setting/clearing. It does not explain the distinction between regular and mesh overrides, nor the return format of list/get. While the action enum provides names, the lack of detail on behavioral differences and outputs leaves some gaps for a tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents all parameters with 100% coverage, including an exceptionally detailed description of the 'value' parameter (raw scale, not clamped, removal on 0). The description itself does not repeat parameter details, which is appropriate. Baseline of 3 is justified since the schema does the heavy lifting and no additional semantic clarification is needed.

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 reads live blendshape values and sets/clears overrides that take priority over tracking, with a specific verb and resource. It also references the Blendshape node, establishing a known mechanism and distinguishing it from other avatar tools. The wording is specific and not a tautology.

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 clear context for when to use the tool: for live blendshape reads and override management. It references the Blendshape node, which implies a standard usage model. However, it does not explicitly name alternative tools or exclusion conditions, though the resource specificity makes the intended use fairly obvious.

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/seth-rah/vnyan-mcp'

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