Skip to main content
Glama
its-qusai-nasr

Jira Admin MCP Server

jira_issues_link

Create a link between two Jira issues by specifying inward and outward issue keys and a link type such as 'Blocks' or 'Relates'.

Instructions

Create a link between two Jira issues.

Example: link_issues('PROJ-1', 'PROJ-2', 'Blocks') means PROJ-2 blocks PROJ-1. Use jira_issue_link_types_list to see available link types with inward/outward labels. Returns: {success, inward_issue, outward_issue, link_type}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inward_issue_keyYesThe issue that is the target (inward side), e.g. 'PROJ-1'
outward_issue_keyYesThe issue that is the source (outward side), e.g. 'PROJ-2'
link_typeYesLink type name: 'Blocks', 'Cloners', 'Duplicate', 'Relates', etc. Use jira_issue_link_types_list to see all.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations provide readOnlyHint=false. Description adds return format but omits details on permissions, idempotency, or behavior on duplicate links.

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?

Two sentences plus return description, no unnecessary words, front-loaded with action and example.

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?

Covers purpose, direction, link type selection, and return format. Does not address error handling or permissions, but sufficient for a simple mutation tool.

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 covers all parameters with descriptions (100% coverage). The example adds clarity on inward/outward direction, adding value beyond schema.

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?

Clearly states it creates a link between two Jira issues, with an example showing direction. Distinguishes from siblings as no other tool links issues.

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?

Explicitly directs to jira_issue_link_types_list for available link types, aiding correct parameter selection. Does not specify when to avoid using it, but context is straightforward.

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/its-qusai-nasr/jira-admin-mcp'

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