Skip to main content
Glama

checkpoints

List saved progress snapshots for a project to see available restore points and review past changes.

Instructions

List recorded checkpoints for this project (free local git plumbing).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNoProject path the user named in chat (armed via init). Pass it explicitly on every call. If no project has been named, ask the user; never guess.
session_tokenNoSession token returned by init (or create_project). Required for every project tool call in this chat. A new chat must be re-armed.
Behavior3/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. 'List' implies a read-only operation and 'free local git plumbing' adds useful context, but it does not describe what exactly is returned, whether anything is hidden, or any limitations of the local git-based mechanism.

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 one concise sentence with an informative clarifying parenthetical. Every word earns its place and nothing redundant or filler is included.

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 the simplicity of the list operation and the rich parameter descriptions in the schema, the description is mostly sufficient. It doesn't mention output shape or pagination, but for a simple checkpoint listing tool this is 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 description coverage is 100%, and both parameters already have detailed descriptions about pass explicitly, never guessing project, and re-arm session tokens. The tool description itself adds minimal parameter meaning beyond the word 'this project'.

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 uses a specific verb ('List') and clear resource ('recorded checkpoints for this project'), making the tool's purpose immediately obvious. It also differentiates from sibling tools like checkpoint (likely creation) and rollback (likely restoration) by focusing on the listing action.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context that this is for the current project and implies listing use, but it never explicitly states when to use this over alternatives such as git_log or checkpoint. No when-not-to-use guidance or exclusion conditions are provided.

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/psrisuphan/cheap-labor'

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