Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

unity_setup_expression_parameters

Creates VRCExpressionParameters .asset files in Unity projects by parsing a JSON blueprint, enabling efficient setup of expression parameters for VRChat avatars.

Instructions

Generate VRCExpressionParameters .asset file from JSON blueprint.

Parameters:

  • project_path: Unity project path

  • parameters_json: JSON string. Format: {"parameters": [{"name": "VRCFaceBlendH", "valueType": "Float", "defaultValue": 0, "saved": true, "synced": true}, {"name": "HatToggle", "valueType": "Bool", "defaultValue": 0, "saved": true, "synced": true}]} valueTypes: Int, Float, Bool

  • output_path: Where to save the .asset file

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_pathNoAssets/VRC/ExpressionParameters.asset
project_pathNo
parameters_jsonNo

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 states the tool generates a file but does not disclose potential side effects (e.g., overwriting existing files), permission requirements, or error handling for malformed JSON. Minimal behavioral context.

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 concise with a clear structure: one-line summary followed by parameter list and example JSON. However, the example takes up space and could be more compact.

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?

Given that there is an output schema (not shown) and 3 parameters with no descriptions, the description should provide more context. It does not explain the format or purpose of the output .asset file, nor how the JSON blueprint maps to VRC parameters. Feels incomplete for a file generation tool.

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?

Schema coverage is 0%, so the description must add meaning. It lists parameters with a JSON format example for parameters_json, which adds value by showing structure and allowed valueTypes. However, it does not explain the meaning of each field beyond the example, and output_path default is missing.

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?

Clearly states the action: generate VRCExpressionParameters .asset file from JSON blueprint. The verb 'Generate' and resource 'VRCExpressionParameters .asset file' are specific, and the description distinguishes it from sibling tools like unity_setup_expression_menu by focusing on parameters.

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?

No explicit guidance on when to use this tool versus alternatives (e.g., unity_setup_expression_menu). The description does not mention prerequisites, conditions, or exclusions, leaving the agent to infer usage context.

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