Skip to main content
Glama

checkpoint

Idempotent

Close out the current session and produce its hand-off brief. Call this at the end of a session or when switching context to preserve decisions and progress.

Instructions

Close out the current session and produce its hand-off brief.

Call this at the END of a session, or when the user signals they're stopping or switching context. It finalises the session note and returns the brief the next session will read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNoProject namespace to close; defaults to the current session's project. Pass the SAME project you logged events under — a session that logged with project='X' must be checkpointed with project='X', or its note is left open and the returned brief is the wrong (empty default) one.
summaryNoOptional one-line human summary of what this session accomplished.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description adds significant behavioral context beyond the annotations: it reveals that checkpointing closes the session, finalizes the note, and returns a brief for the next session. It also warns about the project matching requirement, which is a critical behavioral detail not present in annotations. No contradiction with annotations (idempotent, not read-only, not destructive).

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 highly concise: three sentences that front-load the purpose, then add usage timing and outcome. Every sentence adds value, with no redundant or filler content.

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

Completeness5/5

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

Given the presence of an output schema (not shown but indicated), the description does not need to detail return values. It covers the tool's core function, usage context, and a critical warning about project matching. This is sufficient for an AI agent to decide when and how to invoke it correctly.

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 has 100% description coverage, so the schema already defines parameter meanings. The main description does not add parameter information beyond the schema. According to guidelines, baseline is 3 when coverage is high, and the description does not improve upon the schema's parameter semantics.

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 operation: 'Close out the current session and produce its hand-off brief.' It uses a specific verb ('close out') and resource ('current session'), and distinguishes from siblings like 'log_event' and 'get_brief' by explicitly marking it as an end-of-session action.

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?

The description provides clear context: 'Call this at the END of a session, or when the user signals they're stopping or switching context.' It explains what happens ('finalises the session note and returns the brief'), but does not explicitly list when not to use it or contrast with sibling tools like 'get_brief' or 'consolidate'.

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/kirill-sviridov/handoff-mcp'

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