Skip to main content
Glama

delete_release_label

Deletes a release label from the workspace palette, detaching it from all releases. To remove it from a single release without deleting, use the detach action instead.

Instructions

Delete a release label from the workspace palette, detaching it everywhere.

To only remove a label from one release, use manage_release_labels with action="detach".

Args: label_id: UUID of the release label

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
label_idYes
Behavior4/5

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

With no annotations provided, the description carries the full burden of disclosure. It transparently states the global effect ('detaching it everywhere') and the destructive nature of the operation. However, it does not explicitly mention irreversibility or potential side effects beyond detachment, which would strengthen the disclosure.

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 exceptionally concise: two sentences and an argument doc. It is front-loaded with the core purpose, includes an alternative usage hint, and provides parameter information with no extraneous text. Every sentence earns its place.

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?

Given the low complexity (one parameter, no output schema, no annotations), this description is nearly complete. It explains what the tool does, the global scope, the alternative for partial removal, and the parameter meaning. The only gap is the lack of an explicit warning that deletion is permanent, but the description otherwise fully covers the necessary context.

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?

Schema coverage is 0%, so the description must clarify parameters. It does so by labeling label_id as 'UUID of the release label', which adds semantic meaning (UUID and purpose) beyond the raw string type in the schema. This adequately compensates for the lack of schema-based documentation.

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 action: 'Delete a release label from the workspace palette, detaching it everywhere.' It uses a specific verb ('Delete'), names the resource ('release label'), and defines the scope (workspace palette, all releases). This distinguishes it from the sibling tool manage_release_labels, which removes a label from a single release.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance by contrasting with an alternative: 'To only remove a label from one release, use manage_release_labels with action="detach".' This tells the agent exactly when not to use this tool and which sibling to use instead, fulfilling the usage criterion.

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