Skip to main content
Glama

add_milestone

Create a milestone by providing a name, target date, and key features, with an optional project path. This adds a schedulable checkpoint to your project plan.

Instructions

Define a milestone with a target date and associated features.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesMilestone name (e.g. 'v1.0 Beta').
pathNoProject root directory..
featuresNoComma-separated list of key features for this milestone.
target_dateNoTarget completion date.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavior. It only states a generic action without explaining prerequisites (e.g., existing project), whether existing milestones are overwritten, persistence mechanism, or what the response contains. No side effects or permissions are mentioned.

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 description is a single sentence that front-loads the action and key attributes. Every word is purposeful, and there is no redundant or irrelevant detail.

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 4 parameters and no annotations, this description is inadequate. It fails to explain the milestone's relationship to a project, storage, behavior on duplicate names, or expected output. Even with an output schema, the behavioral context is missing, making it hard for an agent to anticipate side effects.

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 schema description coverage is 100%, so the schema already documents all parameters. The description merely echoes the existence of 'target date' and 'features' without adding new meaning, such as formats, constraints, or interactions between parameters. It neither fully compensates nor adds value 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 clearly identifies the action ('Define a milestone') and key attributes ('target date and associated features'). This distinguishes it from the sibling 'list_milestones' (which reads milestones) and 'create_task' (which handles tasks, not milestones).

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 does not mention that this creates a new milestone, how it relates to other milestone operations, or when it might be preferable. The only clue is the tool name itself.

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/pranjal2410719/dev-mcp'

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