Skip to main content
Glama

Manage checkpoint

manage_checkpoint
Destructive

Store, restore, list, or delete a full snapshot of a sub-network to create an undo point before risky live edits. Restoring reapplies parameters, recreates deleted nodes, and prunes new ones.

Instructions

Store / restore / list / delete a full snapshot of a sub-network — an 'undo point' to take before risky live edits. A checkpoint captures every node's constant parameters, the wiring, and node positions. Restoring reapplies parameters, recreates nodes that were deleted since (with their wiring), and prunes nodes that were created since. Unlike manage_presets (custom-parameter looks for performance), this captures the whole network for safe experimentation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesstore a full snapshot of a sub-network, restore one, list all, or delete one. A checkpoint is an 'undo point' before risky live edits.
comp_pathNoRoot COMP whose whole sub-network the checkpoint captures./project1
nameNoCheckpoint name (required for store/restore/delete).
prune_createdNo(restore) Destroy nodes that were created after the checkpoint was stored.
recreate_deletedNo(restore) Recreate nodes that were deleted after the checkpoint (type + params + wiring, best-effort).
Behavior4/5

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

While annotations already indicate destructiveHint=true, the description adds valuable behavioral details: captures constant parameters, wiring, positions; restore reapplies parameters and handles node creation/deletion. This exceeds what annotations alone convey.

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, front-loaded with core purpose, and contains no redundant information. Every sentence adds value.

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

Completeness5/5

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

Given the tool's complexity (5 parameters, no output schema), the description covers all necessary aspects: actions, what a checkpoint captures, and restore behavior. No gaps remain.

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 coverage is 100%, so baseline is 3. The description adds context for the action enum and clarifies the boolean parameters' roles in restore, which enhances understanding 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 clearly identifies the tool as managing a full snapshot of a sub-network (store/restore/list/delete), with explicit comparison to manage_presets. The verb+resource combination is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit context: 'an undo point to take before risky live edits' and contrasts with manage_presets. It details what restore does (recreates/prunes nodes), guiding when to use each action.

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/Pantani/tdmcp'

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