Skip to main content
Glama

undo-mcp

checkpoint

Create a checkpoint before modifying, deleting, or creating files to enable undo functionality. Ensures safe file operations by saving states prior to changes.

Instructions

MANDATORY: ALWAYS call this function FIRST before making ANY file modifications, deletions, or creations. This creates a checkpoint to enable undo functionality. This must be called before every single file operation - no exceptions. Never modify files without calling checkpoint first.

Input Schema

NameRequiredDescriptionDefault
descriptionNoConcise, action-focused description of the next specific change to be madeManual checkpoint
filesYesArray of file paths that will be modified, created, or deleted

Input Schema (JSON Schema)

{ "properties": { "description": { "default": "Manual checkpoint", "description": "Concise, action-focused description of the next specific change to be made", "type": "string" }, "files": { "description": "Array of file paths that will be modified, created, or deleted", "items": { "type": "string" }, "type": "array" } }, "required": [ "files" ], "type": "object" }

Other Tools from undo-mcp

Related Tools

    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/khalilbalaree/undo-mcp'

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