Skip to main content
Glama
pilloom
by pilloom

jira_link_issues

Link two Jira issues by providing a source issue key, target issue key, and a relation (e.g., blocks, relates to). Lists available link types if the relation is invalid.

Instructions

Enlaza dos issues de Jira. La relación se indica tal como se enuncia, desde el primer issue hacia el segundo: "blocks", "is blocked by", "relates to", "duplicates". Se resuelve contra los tipos de enlace de la instancia y, si no existe, la respuesta enumera las relaciones posibles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issueKeyYesClave del issue de origen. Ejemplo: ATY-123
relationYesRelación desde el issue de origen hacia el de destino. Ejemplo: relates to, blocks, is blocked by
targetKeyYesClave del issue de destino. Ejemplo: ATY-456
Behavior4/5

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

With no annotations provided, the description discloses that the tool resolves against instance link types and lists possible relations if invalid. It implies a mutable operation (linking). It could further mention permissions or success response, but the provided information is useful.

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 two sentences, direct and efficient, with no superfluous information. It front-loads the action and provides essential details.

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 the core action, relation direction, and error handling. For a simple linking tool with no output schema, this is mostly complete. It could mention that it creates a link (modifies issues) or the success response, but the current text is adequate.

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%, but the description adds value by providing example values for issue keys (ATY-123, ATY-456) and clarifying the direction and valid relation strings. This goes beyond the minimal schema descriptions.

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 tool links two Jira issues, specifies the directionality from first to second, and lists example relations. This is a specific verb+resource, and it distinguishes from sibling tools that handle other operations like getting or updating 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?

The description provides clear context on how to use the tool, including example relations and behavior when a relation type doesn't exist. However, it does not explicitly state when not to use this tool or mention alternatives, though the sibling tools are diverse and linking is unique.

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/pilloom/jira-lite-mcp'

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