Skip to main content
Glama

jira_link_remove

Remove a JIRA issue link by its link ID. Requires explicit confirmation to prevent accidental deletion.

Instructions

Remove a JIRA issue link by its link ID (use jira_link_list or jira_read to discover IDs). Destructive operation: callers must explicitly pass confirm: true for the removal to proceed; otherwise the tool refuses with an error. Returns YAML {status: ok}. Mirrors omni-dev atlassian jira link remove.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYesMust be set to `true` — destructive guard.
link_idYesLink ID to remove (returned by `jira_link_list`).
Behavior5/5

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

No annotations are provided, so the description carries full burden. It clearly labels the tool as 'destructive', mandates the confirm guard, and specifies the return format (YAML {status: ok}). It also references the CLI mirror for added context.

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?

Three concise sentences with no fluff. First sentence states the action and ID source, second explains the destructive guard, third gives return format and CLI equivalent. Well front-loaded and efficient.

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?

Despite no output schema, the description covers the return value and the confirm guard. For a simple two-parameter tool, all necessary information (action, prerequisites, safety mechanism, output) is provided.

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 100%, so baseline is 3. The description adds value by explaining that link_id comes from jira_link_list or jira_read, and that confirm must be true. It reinforces the schema's own description, providing practical guidance for how to obtain the link ID.

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 action (remove a link), the target resource (JIRA issue link), and how to obtain the required ID (via jira_link_list or jira_read). It distinguishes itself from sibling tools like jira_link (create) and jira_link_list (list).

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 provides context on when to use this tool (to remove a link) and explicitly requires confirm=true. It references discovery tools for the ID. However, it does not explicitly state when not to use it or mention alternatives, but the purpose is clear enough.

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/rust-works/omni-dev'

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