Skip to main content
Glama

nexo_checkpoint_save

Preserve session state by saving a checkpoint before context compaction. Ensures continuity by re-injecting the checkpoint as core memory after compaction.

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.
Behavior3/5

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

No annotations provided, so description carries burden. Discloses that the checkpoint is read by PostCompact hook for re-injection, but does not mention idempotency, error behavior, or overwrite semantics.

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 concise sentences, front-loaded with the action, no redundant words. Highly efficient.

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

Completeness3/5

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

Lacks return value information (no output schema) and does not guide how to fill optional parameters. Adequate but leaves gaps for a complex tool with 8 optional fields.

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?

Input schema covers all 9 parameters with descriptions (100% coverage). The description adds no extra parameter meaning beyond what schema already provides.

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 'Save a session checkpoint for auto-compaction continuity' with a specific verb and resource, and distinguishes from sibling nexo_checkpoint_read by mentioning the PostCompact hook reads it.

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 advises to call BEFORE context compaction, providing clear timing. Lacks when-not-to-use or alternative tools, but sufficient for the task.

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