Skip to main content
Glama

VNyan Spout2 cameras

vnyan_spout

List available Spout2 output cameras or add a new one with configurable position, rotation, and resolution. Simplifies camera setup for VNyan VTuber streaming.

Instructions

List Spout2 output cameras, or add a new one. Source: plugin (live, read+write). There is no safe runtime way to remove a Spout2 camera - do that from VNyan's own Spout2 Cameras panel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoCamera/Spout output name (required for addCamera)
posXNoCamera position X, world units. Ignored if linkToMainCamera. Default 0
posYNoCamera position Y, world units. Ignored if linkToMainCamera. Default 0
posZNoCamera position Z, world units. Ignored if linkToMainCamera. Default 0
rotXNoCamera rotation X, Euler degrees. Ignored if linkToMainCamera. Default 0
rotYNoCamera rotation Y, Euler degrees. Ignored if linkToMainCamera. Default 0
rotZNoCamera rotation Z, Euler degrees. Ignored if linkToMainCamera. Default 0
flag1No4th positional bool arg to VNyan's AddCamera - meaning not identified (obfuscated signature). Default false.
flag2No5th positional bool arg to AddCamera - meaning not identified. Default false.
flag3No6th positional bool arg to AddCamera - meaning not identified. Default false.
flag4No7th positional bool arg to AddCamera - meaning not identified. Default false.
widthNoRender width in pixels. Default 1920
actionYesWhich Spout2 operation to perform
heightNoRender height in pixels. Default 1080
focalLengthNoCamera focal length (FOV). Ignored if linkToMainCamera. Default 35
linkToMainCameraNoIf true, this camera follows the main VNyan camera's position/rotation/FOV every frame (posX/Y/Z, rotX/Y/Z, focalLength below are then ignored). Default true.
Behavior4/5

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

No annotations exist, so description carries full burden. It discloses that the tool accesses a plugin, is live and read+write, and that removal is not safe. However, does not mention return values or idempotency of addCamera.

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?

Two concise sentences. First sentence covers purpose, second adds critical usage warning. No fluff, front-loaded.

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?

Description covers purpose and a key warning, but lacks return value information (e.g., what list returns, success for add). With no output schema, this gap reduces completeness. Parameter details are well-covered in schema.

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 coverage is 100%, so baseline is 3. Description adds minimal value beyond schema, mostly repeating names. The only extra insight is that flag1-4 have unknown meanings. Could clarify ignored params when linkToMainCamera is true, but schema handles that.

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 lists or adds Spout2 cameras, with a specific verb and resource. It distinguishes from sibling tools by explicitly mentioning Spout2 cameras, which none of the other tools cover.

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?

Provides explicit warning about lack of safe removal and directs users to VNyan's own panel for that action. Also mentions source and read/write nature. Lacks explicit when-to-use vs. alternatives beyond the removal guidance.

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