Skip to main content
Glama

VNyanNet (multiplayer)

vnyan_vnyannet

Manage VNyanNet networked players: read connected players and slot transforms, send RPCs to lobby, and retrieve recent events for VTuber avatar coordination.

Instructions

Read connected players and their slot transform, send an RPC to the lobby, and read recently observed RPCs/connection events. Source: plugin (live, read+write). Returns empty results, not an error, when VNyanNet isn't configured (VNyanNetServerUrl unset).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wNoRotation quaternion W component - only used by slotRotationSet, default 1 (identity)
xNoPosition/rotation/scale X component, for the slotXxxSet actions
yNoPosition/rotation/scale Y component, for the slotXxxSet actions
zNoPosition/rotation/scale Z component, for the slotXxxSet actions
nameNoRPC name, for sendRPC
slotNoVNyanNet player slot index - required for every slotXxxGet/Set action
val1NosendRPC string param 1
val2NosendRPC string param 2
val3NosendRPC string param 3
val4NosendRPC float param 1
val5NosendRPC float param 2
val6NosendRPC float param 3
limitNoMax entries for 'recent' (default 50)
actionYesWhich VNyanNet operation to perform
bounceNosendRPC: echo the RPC back to the sender too. Default false
playerNameNoVNyanNet player name, for getSlot/setSlot
Behavior4/5

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

With no annotations, the description adds value by stating the tool is live, supports read+write, and returns empty results (not errors) when VNyanNet is unconfigured. However, it does not disclose potential side effects of RPC or slot modifications.

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 sentences, front-loading the core capabilities and adding a critical behavioral detail. Every sentence is informative, with no redundancy or filler.

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?

The tool has 16 parameters and 11 actions, but the description only provides a broad overview. Details about each action (e.g., getSlot vs setSlot) are absent, and the output behavior is not described. The schema covers parameters, but usage completeness is limited.

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 description coverage is 100%, so the baseline is 3. The description adds no per-parameter information; it only gives a high-level context. The schema already sufficiently documents each parameter's meaning.

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 the tool reads connected players, slot transforms, sends RPCs, and reads recent events. It also mentions the source and error behavior. This clearly distinguishes it from sibling tools focused on other VNyan features.

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 use for VNyanNet multiplayer operations but provides no explicit when-to-use or when-not-to-use guidance compared to alternatives. The mention of empty results when unconfigured is helpful but not sufficient for strong differentiation.

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