Skip to main content
Glama

Create Remote Issue Link

jira_create_remote_issue_link
Destructive

Add web links or Confluence links to Jira issues. Links appear in the issue's Links section for easy navigation.

Instructions

Create a remote issue link (web link or Confluence link) for a Jira issue.

This tool allows you to add web links and Confluence links to Jira issues. The links will appear in the issue's "Links" section and can be clicked to navigate to external resources.

Args: ctx: The FastMCP context. issue_key: The key of the issue to add the link to. url: The URL to link to (can be any web page or Confluence page). title: The title/name that will be displayed for the link. summary: Optional description of what the link is for. relationship: Optional relationship description. icon_url: Optional URL to a 16x16 icon for the link.

Returns: JSON string indicating success or failure.

Raises: ValueError: If required fields are missing, invalid input, in read-only mode, or Jira client unavailable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_keyYesThe key of the issue to add the link to (e.g., 'PROJ-123', 'ACV2-642')
urlYesThe URL to link to (e.g., 'https://example.com/page' or Confluence page URL)
titleYesThe title/name of the link (e.g., 'Documentation Page', 'Confluence Page')
summaryNo(Optional) Description of the link
relationshipNo(Optional) Relationship description (e.g., 'causes', 'relates to', 'documentation')
icon_urlNo(Optional) URL to a 16x16 icon for the link

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses that links appear in the issue's 'Links' section and can be clicked, adding behavioral context beyond the destructiveHint annotation. It also notes return value and error conditions, but lacks details on permissions or rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively long with an Args section that largely duplicates the schema. While structured, it could be more concise by removing redundancy. It is adequately sized but not optimal for quick comprehension.

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 parameter count and full schema coverage, the description provides sufficient context for usage. It mentions the return value (JSON indicating success/failure) and expected exceptions (ValueError), making it fairly complete despite missing exact output schema details.

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 description coverage is 100%, and the description adds examples for issue_key format, URL, and icon size (16x16). It clarifies the purpose of each parameter beyond the schema, justifying a score above the baseline of 3.

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 it creates a remote issue link (web link or Confluence link) for a Jira issue. It specifies the verb 'create' and resource 'remote issue link', and distinguishes from siblings like jira_create_issue_link (which links Jira issues internally) by explicitly mentioning external links.

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 it adds web and Confluence links to Jira issues, providing clear context for when to use it. However, it does not explicitly mention when not to use it or alternatives such as jira_create_issue_link for internal issue linking.

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/GeiserX/atlassian-browser-mcp'

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