Skip to main content
Glama

jira_create_remote_issue_link

Add web links or Confluence links to Jira issues, making external resources accessible from the issue's Links section.

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
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
icon_urlNo(Optional) URL to a 16x16 icon for the link
issue_keyYesThe key of the issue to add the link to (e.g., 'PROJ-123')
relationshipNo(Optional) Relationship description (e.g., 'causes', 'relates to', 'documentation')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description takes on the full burden. It explains that links appear in the issue's 'Links' section and are clickable, and lists error conditions (ValueError). This provides good behavioral context without contradicting missing annotations.

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

Conciseness4/5

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

The description is front-loaded with the purpose and is relatively concise. However, the Args section is redundant with the input schema, adding unnecessary length.

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?

Given 6 parameters (3 required), output schema, and no nested objects, the description covers purpose, behavior, parameter details, and error handling. No obvious gaps exist for an agent to invoke the tool correctly.

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?

Schema coverage is 100%, so baseline is 3. The description adds minor value by giving examples for URL and title, and noting default null for optional params, but mostly repeats schema info.

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 creates a remote issue link (web link or Confluence link) for a Jira issue. It uses a specific verb ('Create') and resource ('remote issue link'), and distinguishes from sibling tools like jira_create_issue_link (which links issues) and jira_link_to_epic.

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?

The description implies usage for adding external links but does not explicitly state when to use this tool vs alternatives like jira_create_issue_link. No 'when-not' or exclusion criteria are provided, leaving the agent to infer context from the tool name.

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

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