Skip to main content
Glama

체크포인트 저장

save_checkpoint

Save current work state to resume later if interrupted. Preserve progress, context, and next steps for AI collaboration and workflow recovery.

Instructions

현재 작업 상태를 저장합니다. 작업이 중단되더라도 나중에 이어서 할 수 있습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes체크포인트 제목 (예: API 개발 50% 완료)
agentYes저장하는 AI 이름
statusYes현재 상태 (예: 진행 중, 대기 중, 리뷰 필요)
contextYes현재까지 진행한 내용
nextStepsYes다음에 해야 할 작업
Behavior2/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 mentions saving state for resumption, but lacks details on permissions, data persistence, whether it overwrites existing checkpoints, error handling, or response format. For a mutation tool with zero annotation coverage, this is a significant gap.

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 with two sentences that directly explain the tool's purpose and benefit. Every word earns its place, and it's front-loaded with the core functionality.

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

Completeness2/5

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

For a mutation tool with 5 required parameters and no annotations or output schema, the description is insufficient. It doesn't address behavioral aspects like what happens on save, how checkpoints are stored/retrieved, or error conditions. The context signals indicate complexity that isn't adequately covered.

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, providing clear documentation for all 5 parameters. The description adds no additional parameter semantics beyond what's in the schema, so it meets the baseline of 3 where the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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 with a specific verb ('save') and resource ('current work state'), explaining it allows resuming work after interruption. However, it doesn't explicitly differentiate from sibling tools like 'save_research' or 'log_work', which likely have overlapping save/logging functions.

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

Usage Guidelines2/5

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

The description provides a general context ('when work is interrupted') but offers no explicit guidance on when to use this tool versus alternatives like 'save_research' or 'log_work'. There's no mention of prerequisites, exclusions, or comparative scenarios with sibling tools.

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/sodam-ai/AI-Collab-Memory_MCP'

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