Skip to main content
Glama
Voxos-ai-Inc

@voxos-ai/clink-mcp-server

Official
by Voxos-ai-Inc

create_milestone

Create milestones with checkpoints to structure and track multi-step collaborative tasks. Optionally require group consensus for checkpoint completion.

Instructions

Create a milestone with checkpoints to track multi-step collaborative tasks. Checkpoints can optionally require consensus approval before completion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupYesThe group slug (e.g., "backend-team") or group ID
titleYesMilestone title
project_idNoProject ID to assign this milestone to (optional). If not provided, uses the group's default "General" project.
checkpointsYesList of checkpoints. Each checkpoint has: title (required), description, requires_consensus, depends_on, git_branch_url, git_pr_url, git_commit_url (all optional)
descriptionNoMilestone description (optional)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses the consensus feature, but does not mention permissions, irreversibility, return value, or side effects. The schema covers the structure, but behavioral transparency is minimal.

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?

Two concise sentences, front-loaded with the action and key qualifiers (checkpoints, consensus). No unnecessary words or redundancy.

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 moderate complexity with 5 parameters and a nested checkpoint structure. The description covers purpose well but lacks details on return values, permissions, or constraints. With no output schema or annotations, it is slightly thin but the schema fills structural gaps.

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?

Schema description coverage is 100%, so all parameters are already documented. The description adds no extra parameter semantics beyond what the schema provides, so the baseline 3 is appropriate.

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 ('Create') and resource ('milestone') with additional context about checkpoints and consensus. It clearly distinguishes from siblings by focusing on creation and tracking multi-step collaborative tasks.

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?

Provides clear context ('to track multi-step collaborative tasks') implying when to use it, but does not explicitly mention alternatives or exclusions. It is understood as the tool for creating milestones with checkpoints, but lacks explicit 'when not to use' guidance.

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