Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

vrc_physbone_config

Generate VRChat PhysBone JSON configuration for a bone chain using presets like hair, tail, or skirt, with optional custom physics overrides.

Instructions

Generate VRChat PhysBone configuration for a bone chain. Creates a JSON config with tuned physics parameters for Unity import.

Parameters:

  • chain_name: Name of the bone chain root (e.g., "Hair_Front_01")

  • preset: Physics preset: "hair_long", "hair_short", "tail", "ears", "skirt", "breast", "ribbon", "chain_accessory"

  • custom_config: JSON override for specific parameters. Example: '{"pull": 0.3, "gravity": 0.5}'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
presetNo
chain_nameNo
custom_configNo

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 full burden. It states the output is a JSON config for Unity import but does not disclose behavioral traits like idempotency, overwriting behavior, validation, or side effects. Given the lack of annotations, this is insufficient.

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 concise and well-structured, with a clear purpose statement followed by a bulleted parameter list. No superfluous text.

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 the complexity of VRChat PhysBone configuration and the presence of many sibling tools, the description provides adequate context for the basic purpose but omits workflow constraints or dependencies (e.g., requiring existing bone hierarchy). The output schema exists, so return values are covered elsewhere.

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

Parameters4/5

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

With 0% schema description coverage, the description adds significant value by explaining all three parameters with examples and listing allowed values for the preset. This compensates well for the minimal 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?

The description clearly states it generates VRChat PhysBone configuration for a bone chain, using a specific verb and resource. However, it does not differentiate from the sibling tool 'vrc_setup_physbone_chain', which might have overlapping or complementary functionality.

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 lacks explicit guidance on when to use this tool versus alternatives. It does not mention prerequisites or situations where it is inappropriate, leaving the agent to infer usage from 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