Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

vrc_decimate

Calculate required decimation ratio and apply a Decimate modifier to achieve a target VRChat performance rank.

Instructions

Smart decimation to reach a target VRChat performance rank. Calculates the required ratio and applies a Decimate modifier.

Parameters:

  • target_rank: "excellent", "good", "medium", or "poor" (default: "good")

  • platform: "pc" or "quest" (default: "pc")

  • mesh_name: Target mesh. If empty, decimates all meshes.

  • preserve_shape_keys: Use CATS blend_from_shape technique to repair shape keys after decimation (default: True). This is the gold standard for decimating meshes with shape keys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformNopc
mesh_nameNo
target_rankNogood
preserve_shape_keysNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries full transparency burden. It discloses that the tool calculates a ratio and applies a Decimate modifier, and explains the preserve_shape_keys technique ('CATS blend_from_shape... gold standard'). However, it does not mention whether the operation is destructive, modifies in place, or creates a new object, leaving some behaviors ambiguous.

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: a single introductory sentence followed by a clear bullet list of parameters. Every sentence adds value, but the list could be slightly more compact. Overall, it is well-structured and front-loaded with purpose.

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 tool's complexity (4 parameters, output schema present), the description covers the general workflow and parameter meanings. However, it lacks details on prerequisites (e.g., mesh type) or limitations (e.g., what 'smart' means algorithmically). The output schema presumably covers return values, so that gap is acceptable. Overall, it is adequate but not exhaustive.

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?

The input schema has 0% description coverage, so the description must add meaning for all 4 parameters. It provides explicit values for target_rank ('excellent', 'good', 'medium', 'poor'), platform ('pc' or 'quest'), mesh_name behavior, and a detailed explanation of preserve_shape_keys. This significantly adds value beyond the schema, though it could include even more detail (e.g., enum lists not fully given).

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 explicitly states it performs 'Smart decimation to reach a target VRChat performance rank', which is a specific verb+resource combination. It distinguishes itself from the generic 'decimate' sibling by focusing on VRChat rank targets, making its purpose clear and differentiated.

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 provides implicit usage context by mentioning VRChat performance ranks and including parameter defaults (target_rank, platform), but does not explicitly state when to use this tool versus alternatives like 'decimate'. No 'when not to use' or exclusion criteria are given, so guidance is adequate but not explicit.

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