Skip to main content
Glama

backup_plan

Create a timestamped backup of a Claude Code plan file in .wisdom/plan-backups/ to enable later restoration.

Instructions

Back up your current Claude Code plan file to .wisdom/plan-backups/. Your plan name is in your plan mode system prompt (the filename in ~/.claude/plans/). Saves a timestamped copy so you can restore it later.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plan_nameYesThe plan filename (e.g. "peppy-launching-book"). Found in your plan mode system prompt path.
source_pathNoOptional full path to the plan file, if it is not in the default ~/.claude/plans/ directory.
Behavior3/5

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

With no annotations, the description carries full burden. It explains that a timestamped copy is saved for restoration, but does not disclose details like directory structure, overwrite behavior, or permission requirements. It is adequate but not rich.

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 the core action, and contains no unnecessary words. Every sentence adds value.

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?

For a simple file backup tool, the description covers the action, location, and plan name source. It does not specify what the tool returns (e.g., backup path), but the tool is straightforward and the return value is likely a success message. It is largely complete.

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% with descriptions for both parameters. The description adds context beyond the schema by explaining that plan_name is found in the system prompt and that source_path is optional for non-default locations.

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 uses the specific verb 'Back up' and resource 'plan file', clearly stating the action and target. It distinguishes from sibling tools such as 'update_plan' by focusing on backup rather than modification.

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?

The description tells when to use the tool ('to back up your current Claude Code plan file') and how to find the plan name, but does not explicitly mention when not to use it or list alternative tools. The context is clear but lacks exclusions.

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/InfiniQuest-App/wisdom-store'

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