Skip to main content
Glama

create_milestone

Create a milestone in a Forgejo repository by specifying owner, repo, title, and optional description to organize and track project progress.

Instructions

Create a milestone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYes
ownerYes
titleYes
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

D1.5/5.0
Behavior1/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only states the mutating action already implied by the name. It does not mention that the milestone is created in the owner/repo, whether replacement or duplication occurs, permissions required, or what response is returned.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The definition is extremely short, but brevity here is under-specification rather than conciseness. The single sentence does not earn its place because it adds no information beyond the tool name.

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

Completeness1/5

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

For a 4-parameter create operation with no annotations and zero schema coverage, the description is grossly incomplete. Even with an output schema present, the agent is left without context on required inputs, side effects, or how this milestone relates to existing repository resources.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description needed to explain the parameters, but it names none. It does not clarify the meaning of owner/repo/title/description beyond their generic labels or any relationships between them.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create a milestone.' restates the tool name almost verbatim and adds no detail about what a milestone is or what repository context it applies to. It names a verb and resource, but it is effectively a tautology and does not distinguish this from sibling tools beyond the resource type.

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 given on when to use this tool instead of related tools such as list_milestones, create_issue, or create_label, and no prerequisites such as an existing repository are mentioned. The intended use is only implied by the verb 'create'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/JakePeralta7/forgejo-mcp'

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