Skip to main content
Glama

add_work_items_to_milestone

Add multiple work items to a milestone, organizing them under a single project phase for improved tracking and management.

Instructions

Add work items to a milestone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_idsYes
project_idYes
milestone_idYes
Behavior2/5

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

The description adds no behavioral context beyond annotations. Annotations indicate readOnlyHint=false (write) and destructiveHint=false (non-destructive), but the description does not explain idempotency (e.g., whether re-adding an existing item duplicates it), side effects (openWorldHint=true suggests possible external effects), or permission requirements. There is no contradiction, but no extra value.

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

Conciseness3/5

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

The description is a single short sentence, making it extremely concise and front-loaded. However, it is too minimal to be useful; it provides no structured details, no usage context, and essentially repeats the tool name. While brevity is positive, under-specification reduces the value.

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?

Given the moderate complexity (3 parameters, no output schema, sparse annotations), the description is incomplete. It lacks information about behavior, parameter relationships, preconditions, and results. The tool is one of many similar add/remove tools for different containers (cycle, module, milestone), so without more context, the agent may not fully understand how to invoke it correctly.

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%, and the description does not explain the meaning of project_id, milestone_id, or issue_ids. It only mentions 'work items' and 'milestone' conceptually, which maps to issue_ids and milestone_id but does not clarify relationships or constraints. The description fails to compensate for the schema's lack of parameter documentation.

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 clearly states the action 'Add work items' and the target 'milestone'. It distinguishes from sibling tools like remove_work_items_from_milestone and add_work_items_to_cycle, though it lacks additional scope or parameter detail. The basic purpose is unambiguous.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives, no prerequisites (e.g., milestone must exist), and no mention of related operations like removing work items. It simply states the action without any contextual direction.

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

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