Skip to main content
The MCP server is in public beta. It is open to use and still being refined, so tools and behavior may change.
Tool update_vault · Behavior Destructive
Change a vault’s name, description, who can see it, or whether it is archived. Send only what should change. Archiving hides the vault and stops changes to it without deleting anything, and restoring brings it back with its documents intact. Only a vault owner can do any of this. Deleting a vault permanently is not available here; that is done in the app or on the REST API.

Input parameters

string (uuid)
required
The vault to change, from get_vaults.
string
New name.
string | null
New description. Pass null to clear it.
boolean
When true only members see the vault. When false anyone in the organization with organization-wide vault access can read it. This adds and removes no members.
boolean
Set true to archive the vault, which hides it and stops changes, or false to restore it. Archiving deletes nothing.

Response

object
Last modified on September 25, 2026