Skip to main content
Glama
johnnyclem

hypervault-mcp

by johnnyclem

save_to_hypervault

Save HTML, React, reports, or games to HyperVault and get a shareable link. React components are auto-wrapped into standalone pages.

Instructions

Save an artifact (HTML page, React/JSX component, report, game, etc.) permanently to the user's HyperVault and get back a shareable URL.

React/JSX content is detected automatically and wrapped into a working standalone page — you can pass a bare component and it will just work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoOptional tags for organizing the vault. Tags also power auto-connections: items sharing a tag get linked in graph view.
typeNoContent hint: "html", "jsx", "report", "game", etc.html
titleNoHuman-friendly title shown in the user's vault.Untitled
contentYesThe full HTML document or React/JSX source to save.
mutableNoWhen true, save a *living document* you can rewrite later. A mutable artifact can be read with read_artifact and rewritten with write_artifact; every write is kept as a version (a git commit) you can list with artifact_history and revert to. Defaults to false — artifacts are immutable, and re-saving identical content just returns the existing link. Turn this on when you expect to iterate on the same artifact over time.
make_pwaNoWhen true (default), the page gets a manifest and Add-to-Home-Screen support so it installs like a native app.
connect_toNoTitles or slugs of related artifacts. Creates bidirectional connections drawn as edges in the vault's graph view.
visibilityNo"private" (default) or "public". Private artifacts only open for the signed-in owner and accounts they invite from the vault dashboard; public ones open for anyone with the link.private
source_promptNoThe prompt that produced this artifact (max 10,000 chars). It is baked into the page as a <meta name="hypervault-source-prompt"> tag, so any agent that later opens the URL can read the original prompt and iterate on the artifact. Pass it whenever you have it.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses key behaviors: permanent saving, shareable URL creation, and automatic wrapping of React/JSX content into a standalone page. It does not mention immutability defaults or versioning, but those are covered in the parameter schema, so the description adds meaningful behavioral context.

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: the first states the core purpose and the second adds a key automation feature. It is front-loaded, concise, and every sentence earns its place.

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?

Despite the tool's complexity (9 parameters, output schema), the description plus the rich parameter schema provide sufficient context for correct usage. The description covers the core action and a notable behavior (JSX wrapping), while the schema handles remaining details. It could be more explicit about mutable documents, but overall it is complete enough.

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 all parameters are already documented. The description adds minor context by mentioning that a bare React component can be passed and will be auto-wrapped, which relates to 'content' and 'type', but it does not extend meaning for other parameters beyond the schema.

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 uses the specific verb 'Save' and identifies the resource 'HyperVault' and the outcome 'get back a shareable URL'. It also lists example artifact types (HTML, React/JSX, report, game) and distinguishes itself from sibling tools by emphasizing permanent storage and automatic JSX wrapping.

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 usage for saving new artifacts and highlights automatic JSX detection, but it does not explicitly contrast with alternatives like write_artifact or state when not to use this tool. The guidance is inferred rather than explicit.

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/johnnyclem/hypervault-mcp'

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