Skip to main content
Glama

jira_link_remote_delete

Deletes a remote (external URL) link from a JIRA issue using the issue key and link ID. Requires explicit confirmation to prevent irreversible removal.

Instructions

Delete a remote (external URL) link from a JIRA issue (by key + link_id from jira_link_remote_list). Irreversible: pass confirm: true to authorise — without it the tool refuses and makes no API call. Set dry_run: true to preview the request without deleting (and without requiring confirm). Returns YAML {status: ok}. Mirrors omni-dev atlassian jira link remote delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesJIRA issue key (e.g., `PROJ-123`).
confirmYesMust be `true` — destructive guard.
dry_runNoWhen true, preview the request without deleting (and without requiring `confirm`). Defaults to `false`.
link_idYesRemote link ID to delete (from `jira_link_remote_list`).
Behavior5/5

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

With no annotations, the description fully discloses the tool's behavioral traits: irreversible action, the need for `confirm`, refusal without `confirm`, and the `dry_run` option that bypasses the confirm requirement. It also specifies the return format.

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 sentences, front-loaded with the primary action and key constraints. Every sentence adds essential information without redundancy or fluff.

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 states the return value (`YAML {status: ok}`). All parameters are explained, destructive behavior is covered, and the preview mechanism is detailed. The description is thorough for a deletion tool.

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%, and the description adds value by clarifying the relationship between `confirm` and `dry_run` (dry_run does not require confirm) and that `link_id` comes from a specific list tool. This goes beyond the schema's basic descriptions.

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 specifies the exact action ('Delete a remote link'), the resource ('JIRA issue'), and how to identify the link ('by `key` + `link_id` from `jira_link_remote_list`'). It clearly distinguishes this tool from sibling tools that handle internal links or other operations.

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 explains that `confirm: true` is required to authorize deletion and that `dry_run: true` allows preview without deletion. It mentions the tool mirrors a CLI command, but does not explicitly contrast with alternatives like `jira_link_remove` for internal links.

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