Skip to main content
Glama

jira_create_issue_link

Create a typed link between two Jira issues, optionally adding a comment with visibility controls, to establish relationships like blocks or duplicates.

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 dictionary 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
commentNo(Optional) Comment to add to the link
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')
outward_issue_keyYesThe key of the outward issue (e.g., 'PROJ-456')
comment_visibilityNo(Optional) Visibility settings for the comment (e.g., {'type': 'group', 'value': 'jira-users'})

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It lists Raises conditions (ValueError for missing fields, invalid input, read-only mode, Jira client unavailable), which adds some behavioral context. However, it does not disclose whether the operation is destructive, requires permissions, or other side effects.

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 Args/Returns/Raises sections. The first sentence is clear and front-loaded. It is concise without extraneous text, though it could be more efficiently phrased.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 5 parameters (3 required) and no output schema shown; the description notes a JSON string return. It provides parameter details and error conditions, but lacks usage context, behavioral details beyond errors, and does not leverage the potential of available output schema documentation.

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%, so the base is 3. The description's Args section repeats the schema descriptions but adds no substantive new meaning. The Raises section provides error context, but that is behavioral, not parameter-level meaning.

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 'Create a link between two Jira issues', which is a specific verb and resource. Among siblings, it distinguishes from 'jira_remove_issue_link' 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 Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives like 'jira_link_to_epic' or 'jira_remove_issue_link'. The description does not mention prerequisites or context for appropriate use.

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