Skip to main content
Glama
lvncer

vrmcp

by lvncer

play_vrma_animation

Play VRMA animations on loaded 3D models. Supports optional loop and fade-in duration for smooth transitions.

Instructions

読み込み済みのVRMAアニメーションを再生する

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
loopNoループ再生するか
animationNameYes再生するアニメーション名
fadeInDurationNoフェードイン時間(秒)
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 only states the action without disclosing side effects, state requirements, or behavior like interrupting other animations. This is insufficient for an agent to understand operational implications.

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 a single sentence, concise and front-loaded. Each word is purposeful, but it lacks additional context that would justify a higher score. No waste, but could be more informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 3 parameters, no output schema, and no annotations, the description is insufficiently complete. It does not explain how parameters interact, success/failure conditions, or necessary prior steps (e.g., loading the animation). The agent lacks key context to use the tool reliably.

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% with clear parameter descriptions (loop, animationName, fadeInDuration). The tool description adds no extra meaning beyond the schema, so baseline of 3 is appropriate.

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 plays a loaded VRMA animation ('読み込み済みのVRMAアニメーションを再生する'), distinguishing it from sibling tools like load_vrma_animation (loading) and stop_vrma_animation (stopping). The verb 'play' and resource 'VRMA animation' are specific and unambiguous.

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?

No usage guidelines are provided. The description does not indicate prerequisites (e.g., the animation must be loaded first) or when to use this tool over siblings. The agent is left to infer the context from the tool name and sibling list.

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/lvncer/vrmcp'

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