Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

vrc_generate_expression_menu

Generates a JSON blueprint for VRChat Expression Menu and Parameters. Configure menu items like toggles, radial puppets, and submenus.

Instructions

Generate a VRChat Expression Menu configuration (JSON blueprint). This creates the menu structure and parameter definitions that you import into Unity's VRC Expression Menu and Expression Parameters.

Parameters:

  • items: JSON array of menu items. Each item: {"name": "Hat Toggle", "type": "Toggle", "parameter": "Hat", "icon": "hat"} {"name": "Color", "type": "RadialPuppet", "parameter": "Color_Hue"} {"name": "Emotes", "type": "SubMenu", "sub_items": [...]} {"name": "Movement", "type": "TwoAxisPuppet", "parameters": {"horizontal": "Move_X", "vertical": "Move_Y"}} Types: Button, Toggle, SubMenu, TwoAxisPuppet, FourAxisPuppet, RadialPuppet

  • menu_name: Root menu name (default: "Main")

Returns a complete menu structure + parameter list with memory usage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsNo
menu_nameNoMain

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the output (menu structure + parameter list with memory usage) and that the result is imported into Unity. It does not contradict any annotations (none provided). However, it could mention whether the tool is read-only or if it requires a specific project state.

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 front-loaded with purpose and then parameter details. The examples are necessary but make it slightly lengthy. Overall, every part earns its place, and it is well-organized without redundancy.

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?

Given the tool's complexity (2 parameters, one complex JSON) and the presence of an output schema, the description covers purpose, parameter format, and output. It lacks mention of prerequisites (e.g., need a VRChat project) or error handling, but is mostly complete.

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?

The input schema has 0% description coverage, but the description provides extensive detail: JSON array format for items with examples of each type, default for menu_name, and valid types. This fully compensates for the lack of schema descriptions.

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 the tool generates a VRChat Expression Menu configuration (JSON blueprint), specifying a specific verb and resource. It is distinct from sibling tools like unity_setup_expression_menu which handle importing into Unity, or vrc_generate_animator which targets animators.

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 the tool is used for generating expression menu blueprints, but does not explicitly state when to use it versus alternatives (e.g., unity_setup_expression_menu). No guidance on prerequisites or exclusions is provided, 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