Skip to main content
Glama

jira_link_to_epic

Link any Jira issue to an epic using the next-gen parent field or classic Epic Link field.

Instructions

Link an issue to an epic. Works with both next-gen (parent field) and classic (Epic Link field) projects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
epicKeyYesThe epic key to link to (e.g., PROJ-100)
issueKeyYesThe issue key to link (e.g., PROJ-456)
Behavior4/5

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

With no annotations, the description carries the full burden. It reveals the underlying mechanism (parent field vs. Epic Link field) for different project types, which adds behavioral context beyond the schema. However, it does not disclose reversibility or 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that efficiently conveys the core purpose and key differentiator (dual project support) without any unnecessary words.

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?

Given no annotations and no output schema, the description adequately covers the tool's action and special behavior (project type handling). It lacks mention of return value or error conditions, but is complete enough for a simple mutation with two parameters.

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?

The input schema already provides descriptions for both parameters (epicKey and issueKey) at 100% coverage. The description adds no additional meaning beyond what the schema states, so baseline 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 clearly states the action ('Link an issue to an epic') and specifies the resource (issue and epic). It distinguishes from sibling tools like jira_create_issue_link by focusing specifically on epics and explicitly mentioning compatibility with both next-gen and classic projects.

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

Usage Guidelines3/5

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

The description indicates when the tool works (both project types) but does not explicitly state when not to use it or mention alternatives like jira_create_issue_link. Usage context is implied but not fully explicit.

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/jagadeesh52423/ConfluenceMcp'

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