Skip to main content
Glama
S2thend

cursor-history-mcp

cursor_history_migrate

Move or copy chat sessions between workspaces, with option to delete original on move. Helps reorganize Cursor AI chat history across projects.

Instructions

⚠️ DESTRUCTIVE: Move or copy chat sessions between workspaces. When moving (not copying), the original session is deleted. Consider creating a backup first using cursor_history_backup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIndexesYesList of session indexes to migrate (1-based, as shown in list output)
destinationYesAbsolute path to the destination workspace folder
modeNoMigration mode: 'move' deletes original, 'copy' keeps originalmove
Behavior4/5

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

The description prominently warns about the destructive nature when moving, noting that the original is deleted. It suggests a precautionary backup. However, it omits details like permission requirements or behavior if the destination workspace already contains sessions.

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 short and impactful, front-loading the destructive warning. Every sentence adds value, and no space is wasted.

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?

While the description covers the core function and behavioral highlights, it could further explain prerequisites (e.g., destination workspace must exist) or error handling. Given the tool's complexity and no output schema, it is mostly complete but not exhaustive.

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?

All parameters are described in the input schema, and the description adds useful context: session indexes are 1-based as shown in list output, destination is an absolute path, and mode effects are clarified. This adds meaningful beyond 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's purpose: moving or copying chat sessions between workspaces. It distinguishes itself from sibling tools by mentioning backup as a separate action and by specifying the destructive nature of the 'move' mode.

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 includes a recommendation to create a backup first, but does not explicitly state when to use this tool versus alternatives. It implies copying is safer, but lacks clear conditions for use.

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/S2thend/cursor-history-mcp'

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