Skip to main content
Glama
vvmahesh0

paper-cdp-mcp

by vvmahesh0

rollback_checkpoint

Restore canvas nodes to a previous state by specifying a checkpoint ID. Reverts changes to recover from errors or review earlier versions.

Instructions

Rolls back and restores canvas nodes to an earlier checkpoint state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileIdNoOptional target file ID.
checkpointIdYesID of the checkpoint to restore.
Install Server

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It indicates a mutating operation ('rolls back') but does not state that current node state will likely be overwritten or whether the operation is reversible. It also omits failure modes and scope-of-effect details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that front-loads the action and target. The phrase 'rolls back and restores' is mildly redundant but does not significantly bloat the definition.

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

Completeness2/5

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

For a potentially destructive mutation tool with no annotations and no output schema, the description omits important context: irreversibility, which nodes are affected, how the optional fileId changes scope, and what the tool returns. The schema covers parameter names but not operation-level expectations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already documents both parameters with descriptions, achieving 100% schema description coverage, so the baseline is 3. The tool description itself adds no extra meaning about checkpointId or optional fileId beyond the schema. No parameter semantics are enriched.

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 a specific verb phrase ('rolls back and restores') with a clear resource ('canvas nodes') and object ('earlier checkpoint state'). This clearly distinguishes it from sibling checkpoint tools like create_checkpoint and list_checkpoints. It unambiguously states what the tool does.

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 does not explicitly state when to use this tool versus alternatives, nor does it mention exclusions or sibling tools like undo_last_transaction or apply_document_transaction. However, the implied usage scenario—restoring nodes to an earlier checkpoint—is reasonably clear from the wording.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/vvmahesh0/paper-cdp-mcp'

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