Skip to main content
Glama
rokrokss
by rokrokss

create_milestone

Create a GitLab milestone with a title, optional description, start and due dates to organize project phases. Track progress toward key objectives and keep your team aligned on deadlines.

Instructions

Create a new milestone in a GitLab project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesThe title of the milestone
due_dateNoThe due date of the milestone (YYYY-MM-DD)
project_idNoProject ID or complete URL-encoded path to project
start_dateNoThe start date of the milestone (YYYY-MM-DD)
descriptionNoThe description of the milestone

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.0.35

TDQS

B3.2/5.0
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 of behavioral disclosure. Beyond stating that it creates a milestone, it does not mention side effects, permission requirements, idempotency, or the API response. For a write operation, this is thin transparency.

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?

A single, front-loaded sentence with no filler. It conveys the essential operation immediately and is appropriately concise for the scope of the tool.

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

Completeness2/5

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

For a mutation tool with 5 parameters and no output schema, the description is too sparse. It omits return value expectations, whether project_id is truly optional, and any caveats about creating milestones. The schema helps with parameter details, but the lack of behavioral and contextual guidance leaves an agent under-informed.

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 covers 100% of parameters with descriptions, including date formats, so the schema already documents parameter semantics. The tool description adds no parameter-specific meaning beyond what the schema provides, so the baseline of 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 states a specific verb, resource, and context: 'Create a new milestone in a GitLab project.' This clearly distinguishes it from sibling tools like list_milestones, edit_milestone, and delete_milestone, with no ambiguity about the operation performed.

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?

No guidance is provided on when to use this tool versus alternatives. It doesn't mention that edit_milestone is for updates, list_milestones is for queries, or any prerequisites such as needing an existing project. The only signal is the verb 'create,' which is implicit rather than explicit usage 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/rokrokss/gitlab-mcp'

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