Skip to main content
Glama
PengLx
by PengLx

Preview abandoning an ambiguous prepared recovery checkpoint

tiled_preview_prepared_checkpoint_abandon
Read-only

Abandons a prepared checkpoint conflict by pinning the ambiguous state, returning a destructive deletion proposal, then deleting the recovery manifest and executing garbage collection.

Instructions

Pins the full manifest, target observation, and one of four machine-classified ambiguous prepared-checkpoint conflicts. It returns an explicit destructive operator-decision proposal without changing the project asset. Applying it permanently deletes only the recovery manifest and then runs fail-closed garbage collection; safe-discard states and machine-reconcilable existing-file exact-after states are rejected. A create exact-after conflict remains eligible because its provenance is ambiguous. There is no generic force flag.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checkpointIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations already indicate readOnlyHint=true, so description supplements by detailing the real operation's effects (deletion of recovery manifest, garbage collection) and rejection criteria. No contradiction with annotations.

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?

Description is detailed but efficient, with key info upfront. Could be slightly more concise, but no extraneous content.

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?

Covers tool behavior and edge cases (state rejection) well. Missing parameter documentation, but given output schema exists, return values are not needed. Overall sufficient for agent understanding.

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

Parameters2/5

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

Schema coverage is 0%, and description does not explain the 'checkpointId' parameter. With a single required UUID parameter, the description should clarify its role (e.g., identifies which checkpoint to preview abandon).

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?

Description clearly states it previews an abandon operation for ambiguous prepared checkpoints by pinning manifests and returning a destructive proposal. It distinguishes from siblings like preview_discard and preview_commit by specifying the conflict type processed.

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?

Explicitly states when to use (ambiguous prepared-checkpoint conflicts), what states are rejected (safe-discard, machine-reconcilable exact-after), and what remains eligible (create exact-after). Also notes absence of a generic force flag.

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/PengLx/TiledMCP'

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