Skip to main content
Glama

update_checkpoint

Modify checkpoint details including title, description, dependencies, and Git references to track project progress and maintain accurate milestone records.

Instructions

Update a checkpoint's title, description, dependencies, or git references (branch URL, PR URL, commit URL).

    Args:
        milestone_id: The milestone ID
        order: The checkpoint order number (1-based)
        title: New checkpoint title (optional)
        description: New checkpoint description (optional)
        depends_on: Dependencies. Use number for same-milestone (e.g., 1), or "milestone_id:order" for cross-milestone (e.g., "ms_abc123:4"). Same-milestone deps must reference earlier checkpoints. Cross-milestone deps are validated for cycles.
        git_branch_url: Git branch URL (full URL, e.g., https://github.com/org/repo/tree/feature/auth)
        git_pr_url: Git pull request URL (full URL, e.g., https://github.com/org/repo/pull/123)
        git_commit_url: Git commit URL (full URL, e.g., https://github.com/org/repo/commit/abc123)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
milestone_idYes
orderYes
titleNo
descriptionNo
depends_onNo
git_branch_urlNo
git_pr_urlNo
git_commit_urlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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. It does reveal some important behavioral traits: the validation rules for dependencies (same-milestone deps must reference earlier checkpoints, cross-milestone deps are validated for cycles) and the requirement for full URLs for git references. However, it doesn't disclose whether this is a destructive operation, what permissions are needed, how errors are handled, or what the response format looks like.

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 appropriately sized and well-structured with a clear opening sentence followed by detailed parameter explanations. Every sentence serves a purpose, though the parameter documentation could be slightly more concise. The information is front-loaded with the core purpose stated first.

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 complexity (8 parameters, mutation operation) and the presence of an output schema, the description is reasonably complete. It thoroughly documents all parameters, explains validation rules, and since an output schema exists, it doesn't need to describe return values. The main gap is the lack of behavioral context about permissions, error handling, and workflow constraints.

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

Parameters5/5

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

With 0% schema description coverage, the description provides excellent compensation by explaining all 8 parameters in detail. It clarifies the meaning of 'order' (1-based numbering), explains the complex 'depends_on' format with examples for both same-milestone and cross-milestone references, and specifies that git URLs must be full URLs. This adds substantial value beyond what the bare schema provides.

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 specific action ('Update') and the resource ('checkpoint'), listing exactly which fields can be modified (title, description, dependencies, git references). It distinguishes this from sibling tools like 'add_checkpoint' and 'delete_checkpoint' by specifying it's for modifying existing checkpoints rather than creating or removing them.

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. It doesn't mention prerequisites (e.g., checkpoint must exist), doesn't specify when to use 'update_checkpoint' versus 'complete_checkpoint' or 'delete_checkpoint', and offers no context about permissions or workflow constraints. The agent must infer usage from the tool name alone.

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/Voxos-ai-Inc/clink-mcp-server-python'

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