Skip to main content
Glama

Create Issue Link

jira_create_issue_link

Create a link between two Jira issues by specifying the link type and issue keys, with optional comment.

Instructions

Create a link between two Jira issues.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentNo(Optional) Comment to add to the link. Rejected when either linked issue belongs to a project listed in JIRA_INTERNAL_ONLY_PROJECTS (a link comment may be customer-visible on JSM and cannot be forced internal): create the link without a comment, then post an internal note with jira_add_comment(public=false) on the relevant issue.
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')
comment_visibilityNo(Optional) Visibility settings for the comment as JSON string (e.g. '{"type":"group","value":"jira-users"}')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations include destructiveHint=false, but no readOnly hint. The description adds no behavioral context beyond that—no mention of idempotency, permissions, validation, or the special handling of comments for internal projects. This leaves the agent without useful transparency.

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?

The description is a single front-loaded sentence with zero filler. It is extremely concise and well-structured, even if it lacks depth.

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, an output schema, and 100% schema description coverage. The description is minimal but the schema handles many details. However, it lacks differentiation from other link tools and omits usage context like comment restrictions, so it is adequate but with gaps.

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 baseline is 3. The description itself adds no parameter semantics; all meaning comes from the schema, which is already thorough.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Create a link between two Jira issues,' which is a specific verb and resource. However, it does not differentiate from sibling tools like jira_link_to_epic or jira_create_remote_issue_link, so it earns a 4 rather than 5.

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 when-to-use guidance is provided. The description does not mention alternatives, exclusions, or prerequisites. Although the schema's comment parameter note suggests jira_add_comment as a fallback, the description itself provides no usage context.

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

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