Skip to main content
Glama

jira_remove_label

Remove labels from Jira issues to clean up or reorganize issue categorization. Specify the issue key and label to delete.

Instructions

Remove a label/tag from a Jira work item. Use to clean up or reorganize issue categorization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_keyYesThe Jira work item key (e.g., 'SSAS-123')
labelYesThe label to remove
Behavior2/5

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

With no annotations provided, the description carries the full burden. It mentions the action is for 'clean up or reorganize,' implying mutation, but doesn't disclose critical behavioral traits like required permissions, whether the operation is reversible, potential side effects, or error handling. This is inadequate for a mutation tool without annotation support.

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 appropriately sized and front-loaded, consisting of two concise sentences that directly state the purpose and usage without any wasted words. Every sentence earns its place by contributing essential information.

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

Completeness2/5

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

Given the tool's complexity as a mutation operation with no annotations and no output schema, the description is incomplete. It lacks details on behavioral aspects (e.g., permissions, reversibility), response format, or error cases, which are crucial for safe and effective use by an AI agent.

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

Parameters3/5

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

The schema description coverage is 100%, so the schema already documents both parameters ('issue_key' and 'label') adequately. The description adds no additional meaning or context beyond what the schema provides, such as examples or constraints, resulting in the baseline score for high coverage.

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 ('Remove a label/tag') and target ('from a Jira work item'), with the verb+resource being specific. However, it doesn't explicitly differentiate from its sibling 'jira_add_label' beyond the opposite action, missing a direct comparison that would warrant a 5.

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?

It provides implied usage context ('to clean up or reorganize issue categorization'), which suggests when to use it, but lacks explicit guidance on when not to use it or alternatives (e.g., compared to 'jira_set_field' for other modifications). No prerequisites or exclusions are mentioned.

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/glenngunnarsson-spp/atlassian-mcp'

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