Skip to main content
Glama

manage_release_work_items

Add or remove work items on a release to control its contents. Verify current links with list_release_work_items before operating.

Instructions

Add or remove work items on a release. Use list_release_work_items to read.

Args: release_id: UUID of the release action: "add" to link the work items, "remove" to unlink them work_item_ids: Work item UUIDs to add/remove

Returns: The release's linked work items after the operation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
release_idYes
work_item_idsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It clearly explains the effects of 'add' and 'remove' actions and states the return value ('The release's linked work items after the operation'). This provides a solid understanding of the mutation behavior. However, it does not mention edge cases (e.g., handling already-linked items) or permission requirements, which would be useful but are not essential for a simple add/remove operation.

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 concise and well-structured, with a one-line summary followed by an Args section and a Returns section. Every sentence provides essential information without redundancy. It is easy to scan and understand, and the formatting clearly separates purpose from parameter and return details.

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

Completeness5/5

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

For a tool with only three required parameters and a straightforward add/remove operation, the description is fully complete. It explains the action, the parameters, and the return value. The reference to list_release_work_items covers the read scenario, and since an output schema exists, the return-value description suffices. No important information is missing.

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?

The description significantly enhances the input schema by explaining the meaning of each parameter in practical terms: action is defined as 'add to link' and 'remove to unlink', and work_item_ids are specified as the UUIDs to add/remove. Since the schema coverage is 0%, the description fully compensates by providing clear semantic context that the schema alone lacks.

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 states the tool's function: 'Add or remove work items on a release.' The verb 'Add or remove' specifies the action, and 'on a release' identifies the resource. This distinguishes it from sibling tools like manage_cycle_work_items or manage_module_work_items, and the specific mention of 'release' differentiates it from other manage_*_work_items tools.

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?

The description explicitly recommends an alternative for read operations: 'Use list_release_work_items to read.' This gives clear context on when to use this tool (for modifications) versus a read-only sibling. However, it does not explicitly state when not to use it beyond the read scenario, so it lacks full exclusion guidance.

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