Skip to main content
Glama

retrieve_milestone

Retrieve a milestone from a Plane project by providing the project ID and milestone ID.

Instructions

Retrieve a milestone by ID.

Args: project_id: UUID of the project milestone_id: UUID of the milestone

Returns: Milestone object

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
milestone_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
titleYes
created_atNo
updated_atNo
external_idNo
target_dateNo
external_sourceNo
Behavior3/5

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

No annotations are provided, so the description must convey the tool's behavior. It states that it returns a Milestone object, which implies a read-only operation, but it does not disclose error behavior (e.g., 404 if not found) or any permissions required. The behavioral disclosure is minimal but sufficient for a simple retrieval where the outcome is predictable.

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, with a one-line summary and clearly separated Args/Returns sections. Every sentence contributes information without redundancy, making it easy to parse quickly.

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?

For a straightforward retrieve-by-ID operation with an output schema present, the description fully explains the required inputs and the return type. It doesn't need to elaborate on behavior beyond the return value, although mentioning not-found errors could add robustness.

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

Parameters4/5

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

The schema provides only string types with no descriptions (0% coverage), so the description's Args section adds critical meaning by labeling project_id as 'UUID of the project' and milestone_id as 'UUID of the milestone.' This clarifies the format and reference, compensating for the schema's lack of description.

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 opens with 'Retrieve a milestone by ID,' a specific verb+resource combination that clearly identifies the tool's function. This distinguishes it from sibling tools like list_milestones (which lists all) and create/update/delete milestones.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'by ID' implies this tool is for fetching a single milestone when both project_id and milestone_id are known, but it does not explicitly state when to prefer it over list_milestones or provide exclusions. No alternative tools are named, so the usage context is only implied rather than explicitly contrasted.

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/leigangzhang/plane-mcp-server-adapter'

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