Skip to main content
Glama
aidenappl
by aidenappl

lattice_restore_database_snapshot

Restore a database instance from a selected snapshot, irreversibly overwriting current data. Create a fresh snapshot first to preserve the present state.

Instructions

Restore a database instance from one of its snapshots. Overwrites current data irreversibly — take a fresh snapshot first if the present state matters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesDatabase instance ID
snapshot_idYesSnapshot ID to restore from (see lattice_list_database_snapshots)
Behavior4/5

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

With no annotations, the description carries full burden. It clearly discloses the destructive, irreversible nature of the operation. While it doesn't detail other behaviors like synchronicity or downtime, the core behavioral trait is well communicated.

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 wasted words. First sentence states purpose, second sentence adds essential warning and advice. Highly efficient.

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 no output schema and two well-documented parameters, the description covers the main purpose and critical risk. It does not explicitly mention the result of a successful restore, but the outcome is implied. Still quite complete for a restoration tool.

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?

Both parameters are fully described in the schema (100% coverage). The description adds value by explaining snapshot_id with a cross-reference to lattice_list_database_snapshots, providing context 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?

Description clearly states 'Restore a database instance from one of its snapshots.' This is a specific verb+resource combination, and it distinguishes from sibling tools like lattice_create_database_snapshot and lattice_list_database_snapshots, which have different actions.

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?

Explicitly warns 'Overwrites current data irreversibly' and advises to 'take a fresh snapshot first if the present state matters.' This provides clear when-to-use and precautionary guidance, though it lacks an explicit when-not-to-use statement.

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/aidenappl/lattice-mcp'

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