Skip to main content
Glama

jira_link_create

Create a typed link between two JIRA issues, specifying the link type (e.g., Blocks) and the source and target issue keys. Supports a dry-run option to preview the request before creating the link.

Instructions

Create a typed link between two JIRA issues (e.g. Blocks, Relates). link_type is the type name (list options with jira_link_types); inward is the source issue and outward the target. To set hierarchy (Epic → Story / Story → Sub-task) use jira_link_parent instead. Returns YAML {status: ok}. Set dry_run: true to preview the request that would be sent (method, path, body) without creating the link. Mirrors omni-dev atlassian jira link create.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inwardYesSource (inward) issue key — e.g. for `Blocks`, the issue doing the blocking.
dry_runNoWhen true, validate and return the would-be request (method, path, body) without creating the link. Defaults to `false`.
outwardYesTarget (outward) issue key — e.g. for `Blocks`, the issue being blocked.
link_typeYesLink type name, e.g. `Blocks` (use `jira_link_types` to list options).
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses the return format (`YAML {status: ok}`) and the safe dry-run behavior that previews the request without side effects. It also references the CLI equivalent for additional context. It doesn't mention permissions or failure modes, but the dry-run option adds a strong safety signal.

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?

Six sentences, all functional: purpose, parameter guidance, alternative tool, return format, dry-run behavior, and CLI mirror. Front-loaded with the action, no repeated or extraneous content.

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?

The description covers purpose, parameter semantics (via schema + description), return type, and a dry-run option for risk-free validation. It also names the correct sibling for hierarchy. Minor omissions like error conditions, but for a simple create tool with good annotations in the schema, this is complete enough.

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 coverage is 100%, and the descriptions already explain each parameter. The tool description restates the source/target semantics and points to `jira_link_types` (which the schema also does), adding no new meaning beyond what the schema provides. Baseline of 3 is appropriate.

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 the specific action 'Create a typed link between two JIRA issues' and provides concrete examples (`Blocks`, `Relates`). It also distinguishes from the sibling `jira_link_parent` by specifying that hierarchy links should use that tool instead.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

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

Explicitly tells the agent when NOT to use this tool ('To set hierarchy ... use `jira_link_parent` instead') and advises using `jira_link_types` to list valid link type names. This clearly sets context and alternatives.

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/rust-works/omni-dev'

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