Skip to main content
Glama

Checkpoint

checkpoint

Wrap up a session by summarizing work, capturing repo changes as commit links, storing the record, proposing task candidates, and writing a handoff document. Returns an ordered checklist for the agent to execute.

Instructions

End-of-session bookend to get_session_start. Call when the user says 'checkpoint', 'let's checkpoint', or 'wrap up this session'. Returns the ordered checkpoint procedure for the agent to execute (summarize, capture repo changes as commit links, store the record, propose task candidates, write the handoff doc) plus the exact memory call to make and the previous checkpoint for continuity. This tool does not write anything itself - the agent performs the steps. Pass the project tag so the previous checkpoint can be loaded; if omitted, ask the user which project before storing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoScope to store the checkpoint under. Defaults to 'org' (team-visible).
authorNoWhose previous checkpoint to carry forward. 'me' (default) returns your own last checkpoint for this project - the right choice for resuming your own thread on a shared team project, so a teammate's session is not picked up by accident. 'anyone' returns the team's most recent checkpoint. The handoff -NN sequence is always counted team-wide regardless of this setting, so shared-repo filenames never collide.
projectNoProject tag for this session (e.g. 'founders-os'). Omit only if unknown - then ask the user.
timezoneNoIANA timezone (e.g. 'America/New_York') for the handoff-doc date.
Behavior5/5

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

Without annotations, the description fully bears the burden. It clearly states the tool is read-only ('does not write anything itself') and describes that it returns a procedure for the agent to execute, along with memory call and continuity info. This discloses the key behavioral trait of non-mutation.

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?

The description is moderately long but every sentence serves a purpose: stating the trigger, listing the returned procedure components, and explaining how to handle uncertain parameters. It front-loads the core purpose and usage, making it easy to scan. Slightly verbose but not wasteful.

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?

Given no output schema, the description adequately explains what is returned (procedure steps, memory call, previous checkpoint). It covers all parameters with necessary context. While exact format details are omitted, the description provides enough for an agent to understand the tool's role and output.

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?

All four parameters have descriptions in the schema, but the description adds significant context: defaults for scope, detailed explanation of author vs 'anyone' with use-case rationale, instruction to ask user if project omitted, and timezone purpose. This goes beyond the schema's enums and short descriptions.

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 defines the tool as an end-of-session bookend paired with get_session_start, specifying its triggered by user phrases like 'checkpoint' and listing the exact steps it returns. This distinguishes it from sibling tools, particularly get_session_start, by its role as a session closer.

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?

Explicit guidance on when to call (user phrases) and what the agent must do after receiving the procedure (execute steps, ask for project tag if omitted). It also clarifies that the tool does not write anything itself, setting clear expectations for agent action. No direct alternative comparisons are needed given its unique purpose.

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/OurThinkTank/founders-os'

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