Skip to main content
Glama

Create Issue Link

jira_create_issue_link
Destructive

Create links between Jira issues to establish relationships like blocking, duplication, or dependencies. Specify link type and issue keys to connect tickets in your workflow.

Instructions

Create a link between two Jira issues.

Args: ctx: The FastMCP context. link_type: The type of link (e.g., 'Blocks'). inward_issue_key: The key of the source issue. outward_issue_key: The key of the target issue. comment: Optional comment text. comment_visibility: Optional JSON string for comment visibility.

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
link_typeYesThe type of link to create (e.g., 'Duplicate', 'Blocks', 'Relates to')
inward_issue_keyYesThe key of the inward issue (e.g., 'PROJ-123', 'ACV2-642')
outward_issue_keyYesThe key of the outward issue (e.g., 'PROJ-456')
commentNo(Optional) Comment to add to the link
comment_visibilityNo(Optional) Visibility settings for the comment as JSON string (e.g. '{"type":"group","value":"jira-users"}')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations provide destructiveHint=true, indicating this is a write operation. The description adds valuable context beyond annotations: it specifies that the tool can fail in read-only mode (mentioned in 'Raises'), and describes error conditions like missing fields or invalid input. However, it doesn't mention rate limits, authentication needs, or what 'success' looks like in the return value.

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 well-structured with clear sections (Args, Returns, Raises) and front-loaded purpose. It's appropriately sized, but the 'Args' section could be more concise by omitting parameter details already covered in the schema. No wasted sentences, though slight redundancy exists.

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 tool's complexity (mutation with 5 parameters), annotations (destructiveHint), and an output schema (implied by 'Has output schema: true'), the description is mostly complete. It covers purpose, parameters, errors, and returns, but lacks details on the JSON return format or behavioral nuances like side effects. The output schema reduces the need to explain return values.

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 description coverage is 100%, with all parameters well-documented in the input schema. The description lists parameters in the 'Args' section but adds minimal semantic value beyond the schema—it repeats parameter names without extra context. The baseline score of 3 is appropriate since the schema does the heavy lifting.

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 specific action ('Create a link between two Jira issues') with the exact resource ('Jira issues'). It distinguishes from sibling tools like 'jira_remove_issue_link' (which removes links) and 'jira_create_remote_issue_link' (which creates remote links). The verb 'create' is precise and unambiguous.

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 through the tool name and purpose, but provides no explicit guidance on when to use this tool versus alternatives like 'jira_link_to_epic' or 'jira_remove_issue_link'. It mentions required fields in the 'Raises' section, but lacks proactive usage context or prerequisites.

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