Skip to main content
Glama
nana7chi

Cubism External Edit MCP

by nana7chi

cubism_set_parameter_values

Set Live2D model parameter values using lightweight writes that bypass EditBegin/EditEnd transactions. Parameters are applied via temporary buffer with potential delay in editors.

Instructions

设置模型的参数值。轻量级写入,无需 EditBegin/EditEnd 事务。

参数通过临时缓冲区生效,物理编辑器/动画模型中可能有延迟。 使用 ClearParameterValues 可显式清除临时缓存。

Args: model_uid: 模型 UID parameters: [{Id: 参数ID, Value: 数值}] 数组,例如 [{"Id":"ParamAngleX","Value":0.5}]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_uidYes
parametersYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

No annotations provided, but description fully compensates by disclosing buffered writes, delay in physics/animation models, and the clear behavior. No contradictions.

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?

Front-loaded with purpose, then usage details. Each sentence adds value. Could be slightly more concise, but the example is helpful.

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

Completeness4/5

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

Covers input, behavior, and usage. Output is not described, but an output schema exists. For a mutation tool, this is adequate.

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?

Despite 0% schema coverage, description explains both parameters clearly: model_uid as string, parameters as array of objects with Id and Value, and provides an example. This adds significant meaning beyond schema.

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?

Clearly states the verb (设置) and resource (参数值 of a model). Mentions lightweight write without EditBegin/EditEnd transactions, which distinguishes it from cubism_edit tools. However, it could explicitly name alternatives for clarity.

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?

Provides context: lightweight write, no transaction needed, temporary buffer with possible delay, and suggests ClearParameterValues for clearing. Lacks explicit when-not-to-use but sufficient for agent to choose correctly.

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/nana7chi/CubismExternalEditMCP'

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