Skip to main content
Glama

Link issues

jira_link_issues

Link two Jira issues using a specified link type, with direction controlling which issue blocks or is blocked by the other. Optionally add a comment to the inward issue.

Instructions

Link two issues. linkType is the link type NAME ("Blocks", "Relates"), and those names are instance-specific — read them from jira_list_link_types and spell them exactly. Direction matters: outwardIssue is the issue that acts (blocks), inwardIssue the one acted on (is blocked by). comment is added to the inward issue alongside the link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
applyNoSet true to EXECUTE this write. Omit (or false) to get a plan of the request that would be sent. Executing also requires the server to run with JIRA_WRITE_MODE=apply.
formatNoHow to interpret a string rich-text input: "text" (default — blank lines split paragraphs, single newlines are hard breaks) or "markdown" (the documented subset: headings, lists, code fences, bold/italic/code, links). Refused alongside a raw ADF document.
commentNoComment added to the inward issue alongside the link; text or ADF.
plan_idNoThe single-use id returned by the preceding plan-mode call. Required together with apply: true; a mismatch means the arguments changed since the plan, and the write is refused rather than executed.
profileNoNamed credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE).
linkTypeYesLink type NAME (Blocks, Relates). See jira_list_link_types.
inwardIssueYesThe issue at the inward end — the one "is blocked by".
outwardIssueYesThe issue at the outward end — the one that "blocks".
Behavior4/5

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

Annotations already indicate this is a non-read, non-idempotent write. The description adds meaningful context beyond that: link type names are instance-specific, direction is semantically significant, and the comment is attached to the inward issue. No contradiction with annotations.

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?

Three sentences with no filler. The core action is front-loaded, and each remaining sentence adds semantic value — exact link type spelling, directionality, and comment placement — without repeating schema details unnecessarily.

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?

For an 8-parameter write operation, the schema already documents apply/plan_id/profile/format mechanics in detail. The description supplies the relationship semantics needed to use the tool correctly. It is nearly complete, though it does not mention response behavior, which is acceptable given no output schema.

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 coverage is 100%, so the baseline is 3. The description adds value by emphasizing that linkType must be the exact instance-specific name, and by reframing inwardIssue/outwardIssue in terms of acting vs. being acted on, which reinforces correct parameter selection.

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 opens with a specific verb and resource: "Link two issues." It also clarifies the core concepts (linkType, inward/outward direction) and points to jira_list_link_types, making the operation easy to distinguish from sibling issue tools.

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?

It gives clear procedural guidance: read link type names from jira_list_link_types and spell them exactly, and understand that direction matters. It does not discuss when not to use this tool versus other writers like jira_add_comment, but the unique operation and named prerequisite provide sufficient selection 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/IvanBBaev/jira-mcp'

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