Skip to main content
Glama

save_checkpoint

Preserve current architecture and functional state of a project. Document blockers, next steps, and tags to maintain context across sessions.

Instructions

Guarda checkpoints de arquitectura y estado.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
functional_stateYes
project_idNo
owner_idNo
architecture_summaryNo
blockersNo
next_stepsNo
tagsNo
embeddingNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must convey behavioral traits. It does not disclose side effects, permissions, overwrite behavior, or what 'state' entails. This is insufficient for safe invocation.

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 a single sentence, achieving conciseness. However, its brevity sacrifices necessary detail, making it less effective despite being short.

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

Completeness1/5

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

Given 9 parameters, 2 required, and no annotations or schema descriptions, the description is severely incomplete. It does not cover parameter roles, return values, or use cases, leaving critical gaps for correct usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, yet the description adds no meaning to any of the 9 parameters. Parameter names like 'functional_state' and 'architecture_summary' are self-explanatory, but the description fails to clarify or extend beyond them.

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

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Guarda checkpoints de arquitectura y estado' indicates saving architecture and state checkpoints, which is a clear verb-resource pair. However, it lacks specificity to distinguish from sibling tools like save_file_memory or save_prompt_pattern, which also save state.

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 no guidance on when to use this tool versus alternatives. There is no mention of prerequisites, context, or exclusions, leaving the agent without decision criteria.

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/dannymaaz/memory-mcp'

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