Skip to main content
Glama
PSW5

vcvpatch

by PSW5

vcv_write

Write a validated patch.json to a .vcv file, preventing overwrites unless explicitly enabled and preserving module assets when saving edited copies.

Instructions

Write a full patch.json dict to a .vcv file. Validates first; refuses to overwrite unless overwrite=true. Pass keep_assets_from=<original .vcv> when saving an edited copy so module asset files are preserved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
patchYes
overwriteNo
keep_assets_fromNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It discloses that validation happens first, that overwrites are refused unless overwrite=true, and that keep_assets_from preserves asset files. This is meaningful behavioral context beyond the bare schema.

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 sentences, no filler, and the most important safeguards (validation, overwrite refusal) are front-loaded. The keep_assets_from usage note earns its place by providing crucial guidance.

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?

For a 4-parameter write tool with no annotations, the description covers validation, overwrite policy, and asset preservation. It does not mention failure behavior or output format, but an output schema exists and the core calling contract is well specified.

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 description coverage is 0%, so the description must compensate. It does: 'patch' is explained as a full patch.json dict, 'overwrite' is tied to refusal behavior, and 'keep_assets_from' is explained as preserving asset files. Only 'path' is left implicit, but that is fairly self-evident from the file-write context.

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 a specific action: writing a full patch.json dict to a .vcv file. This distinguishes it from sibling tools like vcv_read, vcv_validate, and vcv_library_search, and gives a clear sense of the resource involved.

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 gives explicit guidance for a key case: using keep_assets_from when saving an edited copy. It also notes overwrite behavior. It does not explicitly contrast with vcv_create, but the write/validate framing implies the appropriate scenarios clearly enough.

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/PSW5/vcvpatch'

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