Skip to main content
Glama

milestone_close

Close release milestones after ensuring all items are complete and no blockers remain. Force option overrides close-gate for exceptional cases, but streams stay protected.

Instructions

Close a release milestone. Refuses if items are unfinished, on a branch, or have unresolved blockers. Streams cannot be closed.

Args:

  • id: Milestone slug (must be kind='release').

  • force: Override the close-gate (still won't close streams). Audit-logged.

  • reason: Audit reason for the close.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
forceNo
reasonNo

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.2.2

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden, and it delivers: it discloses refusal conditions, the force override ('still won't close streams'), and that the operation is audit-logged. This goes well beyond the schema and gives an agent realistic expectations.

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 compact, front-loads the core operation, and uses a clear Args list. There is no filler or repetition beyond the necessary emphasis that streams cannot be closed even with force.

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

Completeness4/5

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

The context is adequate for a three-parameter tool: the gate conditions, force behavior, and audit semantics are all covered, and an output schema exists to describe return values. It could be slightly richer on permissions/error responses, but nothing critical is missing for correct invocation.

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

Parameters5/5

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

Schema description coverage is 0%, but the Args section compensates fully: id is defined as a milestone slug with kind='release', force is defined as overriding the close-gate while never closing streams, and reason is defined as the audit reason. Every parameter gains meaning beyond its type.

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

Purpose4/5

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

The description opens with a specific verb and resource ('Close a release milestone') and scopes the tool to release milestones over other milestone operations. It does not explicitly name sibling alternatives like milestone_defer or milestone_update, so the differentiation is implicit rather than direct.

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?

It gives clear context for when the close will be accepted vs refused ('Refuses if items are unfinished, on a branch, or have unresolved blockers') and warns that streams cannot be closed. It stops short of recommending an alternative tool for deferred/stalled milestones, so the when-not guidance is present but not exhaustive.

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/faxik/codebugs'

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