Skip to main content
Glama

add_checkpoint

Add a checkpoint to a milestone for tracking progress, specifying dependencies, and linking to Git resources like branches, PRs, or commits.

Instructions

Add a new checkpoint to an existing milestone. Optionally specify a position to insert at, or it will be appended at the end.

Args: milestone_id: The milestone ID title: Checkpoint title description: Checkpoint description (optional) requires_consensus: If true, requires group vote before completion (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. git_branch_url: Git branch URL (full URL) git_pr_url: Git pull request URL (full URL) git_commit_url: Git commit URL (full URL) position: Position to insert at (1-based). If not provided, appends at end.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
milestone_idYes
titleYes
descriptionNo
requires_consensusNo
depends_onNo
git_branch_urlNo
git_pr_urlNo
git_commit_urlNo
positionNo

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