Skip to main content
Glama
Voxos-ai-Inc

@voxos-ai/clink-mcp-server

Official
by Voxos-ai-Inc

update_checkpoint

Revise checkpoint details including title, description, dependencies, and git URLs by specifying the milestone ID and checkpoint order.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orderYesThe checkpoint order number (1-based)
titleNoNew checkpoint title (optional)
depends_onNoDependencies. 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_pr_urlNoGit pull request URL (full URL, e.g., https://github.com/org/repo/pull/123)
descriptionNoNew checkpoint description (optional)
milestone_idYesThe milestone ID
git_branch_urlNoGit branch URL (full URL, e.g., https://github.com/org/repo/tree/feature/auth)
git_commit_urlNoGit commit URL (full URL, e.g., https://github.com/org/repo/commit/abc123)
Behavior2/5

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

No annotations are provided, so the description must carry the behavioral disclosure burden. It only lists updatable fields and does not mention side effects like dependency cycle validation, permission requirements, or that updating overwrites existing values. This is a significant gap for a mutation tool.

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 entire description is one focused sentence, front-loading the verb and resource and avoiding any wasted words.

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

Completeness3/5

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

The tool has 8 parameters and no annotations or output schema. The description gives a useful overview but lacks behavioral context such as validation rules (though these partially appear in the schema). For a mutation tool, a bit more context would be needed to make it self-contained.

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 already documents all 8 parameters with 100% coverage, so the description adds only minimal grouping (e.g., 'git references' covers three URL params). The baseline is 3, and the description doesn't significantly enhance parameter understanding beyond the schema.

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 ('Update') and identifies the resource ('checkpoint') plus the specific fields (title, description, dependencies, git refs), clearly distinguishing it from sibling tools like add_checkpoint, complete_checkpoint, and delete_checkpoint.

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

Usage Guidelines4/5

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

While the description clearly indicates this tool updates existing checkpoints, it does not provide explicit guidance on when to choose it over alternatives (e.g., add_checkpoint) or mention any preconditions. The context of sibling tool names helps, but the description itself lacks explicit exclusions or alternative references.

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'

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