Skip to main content
Glama

nexo_checkpoint_save

Preserve session state before context compaction by saving a checkpoint that is automatically re-injected as a core memory block to ensure continuity.

Instructions

Save a session checkpoint for auto-compaction continuity.

Call this BEFORE context compaction to preserve session state. The PostCompact hook reads this checkpoint and re-injects it as a Core Memory Block, so the session continues seamlessly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sidYesSession ID.
taskNoCurrent task description.
task_statusNoOne of 'active', 'investigating', 'fixing', 'deploying', 'blocked'.active
active_filesNoJSON array of file paths currently being worked on.[]
current_goalNoWhat you're trying to achieve right now (1-2 sentences).
decisions_summaryNoRecent decisions with brief reasoning (2-3 lines).
errors_foundNoErrors encountered and their status (resolved/open).
reasoning_threadNoYour current chain of thought (1-2 sentences).
next_stepNoThe concrete next action to take.
Behavior4/5

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

No annotations exist, so the description fully handles transparency. It explains the checkpoint is re-injected by PostCompact hook, revealing the behavioral flow. Does not mention side effects like overwriting, but for a save operation this is acceptable.

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?

Three sentences, each purposeful: first states action, second and third add usage and context. No fluff, well front-loaded.

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?

The description sufficiently explains the tool within its context (auto-compaction). While no output schema is present, the description covers the main behavior and necessary sequence. Could mention return value, but not a major gap.

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?

Schema coverage is 100%, so description adds minimal extra parameter meaning beyond schema. However, it provides workflow context that indirectly helps understand parameter usage.

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 states the tool saves a session checkpoint for auto-compaction continuity, with a specific verb ('Save'), resource ('session checkpoint'), and distinguishes from sibling tools like nexo_checkpoint_read.

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?

Explicitly instructs to call this tool 'BEFORE context compaction', providing clear when-to-use guidance. It does not list alternatives or when-not-to-use, but the context is strong enough.

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/wazionapps/nexo'

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