Skip to main content
Glama

vault_delete_snapshot

Permanently delete one Agent Vault snapshot and free its storage. Irreversible — confirm with the user before calling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
snapshotIdYesSnapshot id to delete (uuid)
computeApiKeyYesSingularity compute API key (dashboard → Settings → API Keys, or minted by `agentvault login`)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.6/5.0
Behavior3/5

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

The description clearly identifies the tool as destructive and irreversible ('Permanently delete', 'Irreversible'), which is important for an agent. However, it does not disclose authentication requirements (computeApiKey is required but not mentioned in the description), potential side effects, or error behavior (e.g., what happens if snapshotId is invalid). Since annotations are absent, the description carries the full transparency burden but is only partially fulfilled.

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 consists of two short sentences: the first states the purpose and the second provides a critical warning. Every word earns its place; there is no redundancy or filler. The description is front-loaded with the primary action, making it easy for an agent to scan quickly.

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

Completeness2/5

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

Given the tool is destructive (no annotations) and has no output schema, the description should provide more context about prerequisites (e.g., need for a valid computeApiKey), failure modes, and whether the snapshot must exist. It also lacks guidance on how to obtain the snapshotId (e.g., using vault_list_snapshots). The description covers the core action and irreversibility but leaves significant gaps that an agent would need to infer.

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?

The input schema has 100% coverage with descriptive parameter descriptions ('Snapshot id to delete (uuid)' and a detailed computeApiKey description). The tool description adds no additional meaning about the parameters—it only mentions 'Agent Vault snapshot' and 'free its storage', which is already implied. With high schema coverage, baseline 3 is appropriate.

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 'Permanently delete one Agent Vault snapshot and free its storage' with a specific verb (delete) and resource (Agent Vault snapshot). It clearly distinguishes from sibling vault tools like vault_list_snapshots, vault_subscribe_pro, and vault_usage by explicitly naming the deletion action.

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 provides a caution to 'confirm with the user before calling' due to irreversibility, but it does not explicitly state when to use this tool versus alternatives (e.g., vault_list_snapshots to find the snapshot ID, or other vault tools). No prerequisites or context for invocation are given beyond the confirmation warning.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources