Skip to main content
Glama

VNyan avatar colliders

vnyan_collider

Get or set head, torso, and hand collider size and offset in VNyan. Changes apply immediately. List saved override files to compare values.

Instructions

Read or set the current avatar's head/torso/hand collider size and offset - 'get'/'set' are live (plugin) and take effect immediately, VNyan re-applies these every frame. 'diskList' (disk, always readable) lists every per-avatar override file under colliders\, since the currently-loaded avatar's filename isn't otherwise exposed - compare against 'get' to see whether the running values match a saved override.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesWhich collider operation to perform
handSizeNoHand collider scale multiplier, world-space. Default 0.19. For 'set' only.
headSizeNoHead collider scale multiplier (Unity world-space, not pixels/percent). Typical value ~0.2 (this avatar's is 0.207). For 'set' only.
torsoSizeNoTorso collider scale multiplier, world-space. Typical value ~0.27. For 'set' only.
headOffsetNoHead collider offset along the head's up-axis, world units. Typical value ~0.06. For 'set' only.
torsoOffsetNoTorso collider vertical offset, world units. Typical value ~0.04. For 'set' only.
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 live plugin behavior, immediate effect, frame-by-frame reapplying, and that diskList is always readable. It does not mention potential side effects or permissions needed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two dense sentences with no wasted words. Each clause adds essential information about actions, behavior, and usage.

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 has 6 parameters, no output schema, and no annotations, the description explains actions and parameter constraints well but lacks details on return format for 'get' and 'diskList', leaving the agent uncertain about expected outputs.

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?

Schema coverage is 100%, but the description adds value by specifying which parameters are for 'set' only and providing typical default values (e.g., 0.19 for handSize). This goes beyond the schema's basic type and description.

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 reads or sets the current avatar's head/torso/hand collider size and offset, with three specific actions (get, set, diskList). It distinguishes itself from sibling tools by focusing solely on collider manipulation.

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?

The description provides context: 'get'/'set' are live and immediate, 'diskList' lists override files, and advises comparing against 'get' to check saved override match. However, it does not explicitly state when not to use this tool or mention alternatives among siblings.

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/seth-rah/vnyan-mcp'

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