Skip to main content
Glama

iranti_checkpoint

Save work progress checkpoints to maintain continuity across sessions and agents. Records current steps, next actions, risks, outputs, and structured changes for seamless handoffs.

Instructions

Persist a shared progress checkpoint while you work. Use this at meaningful milestones so current step, next step, open risks, recent outputs, structured actions, and shared entity state survive across turns, sessions, and agents. This is the strongest shared-RAM tool for active work: prefer it over ad-hoc prose when you need another session or another agent to pick up where you left off. If entityTargets are supplied, Iranti also writes canonical shared state such as current_step, next_step, open_risks, recent_actions, and recent_file_changes to those entities for handoff.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYesCurrent task or objective for the active checkpoint.
recentMessagesNoRecent messages that help fingerprint the active task.
currentStepNoWhat is being worked on right now.
nextStepNoThe next step another session or agent should take.
openRisksNoOpen risks or blockers that still matter.
recentOutputsNoImportant outputs or artifacts produced so far.
actionsNoStructured actions completed so far, such as commands, tests, searches, or validations.
fileChangesNoStructured file actions produced so far.
entityTargetsNoShared entities that should receive checkpoint state, in entityType/entityId format.
notesNoCompact extra checkpoint notes that aid handoff.
sessionIdNoOptional existing session id to refresh.
agentNoOverride the default agent id.
agentIdNoAlias for agent. Override the default agent id.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively explains that this tool persists data across turns, sessions, and agents, and that it writes to shared entities when entityTargets are supplied. It mentions what gets stored (e.g., current_step, next_step) but doesn't cover potential side effects like rate limits, authentication needs, or error handling.

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 well-structured and front-loaded, with the first sentence stating the core purpose. Each subsequent sentence adds meaningful context without redundancy. It efficiently covers usage scenarios, comparisons to alternatives, and behavioral implications in a compact form.

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?

For a complex tool with 13 parameters and no output schema, the description does a good job explaining the tool's role and when to use it. However, it lacks details on return values or error conditions, which would be helpful given the tool's mutation nature and absence of annotations. The description compensates well but doesn't fully address all contextual gaps.

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?

Schema description coverage is 100%, so the schema documents all parameters thoroughly. The description adds value by explaining the overall purpose of checkpointing and hinting at how parameters like entityTargets affect behavior ('writes canonical shared state... to those entities for handoff'), but doesn't provide additional syntax or format details beyond the 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 states the tool's purpose: 'Persist a shared progress checkpoint while you work.' It specifies the verb ('persist') and resource ('shared progress checkpoint'), and distinguishes it from siblings by calling it 'the strongest shared-RAM tool for active work' and contrasting with 'ad-hoc prose.'

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?

The description provides explicit guidance on when to use this tool: 'Use this at meaningful milestones' and 'prefer it over ad-hoc prose when you need another session or another agent to pick up where you left off.' It also mentions a specific alternative ('ad-hoc prose') and clarifies the tool's role relative to sibling tools by emphasizing its strength for active work handoff.

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/nfemmanuel/iranti'

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