Skip to main content
Glama

Read a VNyan node graph

vnyan_graph_read

Reads a VNyan graph slot, resolves connections to node/socket pairs, decodes message text, flags encrypted paths, audits for silent mistakes: duplicate blendshape writes, read-before-write parameters, invalid socket types.

Instructions

Parses one graph slot and resolves every connection to (node type, socket role, index) pairs, decodes MessageBoxNode documentation text, and flags AES-encrypted local-file-path values instead of dumping their ciphertext. Also returns a 'warnings' array auditing the graph for mistakes VNyan accepts silently: a blendshape written twice on one execution path, a parameter read before the node that writes it (so it reads the previous tick), a float wired into BlendshapeNode's int value socket, and MathExpNode on a fast timer. Source: disk, always readable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slotYes0 = redeems.json, 1 = redeems1.json, 2 = redeems2.json, ...

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly reveals that encrypted local-file paths are flagged rather than dumped as ciphertext, details the specific audit checks in the warnings array (e.g., blendshape written twice, parameter read-before-write), and states the data source ('disk, always readable'). This goes beyond a mere 'reads a graph' with actionable specifics.

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 composed of three dense sentences, each adding distinct value: main transformation, audit warnings, and source reliability. It is front-loaded with the core action before detailing ancillary behaviors. While somewhat lengthy, every clause contributes substantive information; no filler or redundancy is present, though it could be slightly tightened.

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

Completeness4/5

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

Given the complexity of a graph parsing and auditing tool with no output schema, the description covers the essential return aspects: connection pairs, decoded documentation text, encrypted path flags, and the warnings array with specific audit checks. It does not fully describe the exact output structure (e.g., JSON field names) but provides enough for an agent to understand the tool's role and expected output nature. The source reliability and audit checks add context for safe usage.

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 the 'slot' parameter already documented as mapping to specific files (0 = redeems.json, etc.). The description does not add additional semantics about the parameter beyond what the schema provides, so the baseline of 3 is appropriate. No supplementary details are needed.

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 states a highly specific verb ('parses,' 'resolves,' 'decodes,' 'flags') and a clear resource ('one graph slot'). It details the exact output transformations (connection resolutions, MessageBoxNode text decoding, encrypted-path handling) and distinct audit warnings, making its purpose unmistakable and differentiating it from siblings like vnyan_graph_write (writing) and vnyan_graph_list (listing slots).

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 when to use it — for reading and auditing a graph slot — but does not explicitly mention alternatives or provide exclusion conditions (e.g., 'use vnyan_graph_list to see available slots'). The 'always readable' note hints at reliability, but no direct comparison to sibling tools like vnyan_graph_write or vnyan_node_schema is given. This 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.

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