Skip to main content
Glama

blender_shape_keys

Create, list, set, and deform shape keys to blend facial expressions, damage states, LOD morphs, or vertex offsets without modifying the base mesh.

Instructions

Create and drive shape keys: facial blends, damage states, LOD morphs or simple deformation without touching the base mesh.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opNoWhat to do with shape keys.list
keyNoShape key name.
maxNo
minNo
valueNoFor op='set', the slider value.
objectNo
offsetNoFor op='deform', a translation to add.
from_mixNo
verticesNoFor op='deform', only move these vertex indices.
response_formatNo'markdown' for readable output, 'json' for raw structured data.markdown

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv4.4.0

TDQS

C2.7/5.0
Behavior2/5

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

Annotations already indicate a mutating, non-idempotent, non-destructive operation. The description adds the guarantee 'without touching the base mesh,' which is useful, but it does not disclose side effects such as the behavior of the 'remove' op, how existing shape keys are affected, or whether vertex indices are modified in place. Given the annotations cover the basic mutation profile, the description adds limited additional transparency.

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 a single sentence that is front-loaded with the core purpose and examples, with no wasted words. However, given the complexity of 10 parameters and 5 operations, the brevity borders on under-specification rather than efficient conciseness, though it remains clear and readable.

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

Completeness2/5

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

With 10 parameters, 5 enumerated operations, and no output schema, the description is far from complete. It fails to explain the 'op' parameter, the required object argument, or how the deformation works. An agent cannot reliably determine how to invoke the tool for a specific task without opening the schema and guessing at the operation semantics.

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

Parameters2/5

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

Schema coverage is 60%, meaning several parameters (max, min, object, from_mix) lack descriptions. The tool description does not mention any parameters or compensate for the gaps, so it adds no value beyond the schema. With a moderate coverage level, the description should clarify the undocumented parameters but does not.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: create and drive shape keys, with examples of use cases (facial blends, damage states, LOD morphs, simple deformation). The phrase 'without touching the base mesh' adds a distinct characteristic, but it does not explicitly differentiate from any sibling tools, though no direct sibling for shape keys exists.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use shape keys via the listed use cases, but it offers no explicit guidance on when to prefer this tool over alternatives like modifiers or geometry nodes, nor does it mention any prerequisites or exclusions. An agent is left to infer the appropriate context.

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

Deploy Server

Other Tools