Skip to main content
Glama
formonkey

jira-issue-context-mcp

by formonkey

Contexto de una issue Jira

jira_issue_context

Retrieves read-only context of a Jira issue: title, description, comments, and image attachments.

Instructions

Devuelve contexto read-only de una issue concreta: titulo, descripcion, comentarios y adjuntos de imagen. Cuando el usuario escriba una clave Jira en el chat, pasala como issueKey.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issueKeyNoClave de Jira. Opcional si el MCP se arranco con --issue=KEY o JIRA_ISSUE_KEY.
includeImagesNoDescarga adjuntos de imagen y los devuelve como contenido MCP image. Por defecto true.
maxImageSizeMBNoLimite por imagen en MB. Por defecto JIRA_MAX_IMAGE_MB o 8.
includeCommentsNoIncluye todos los comentarios paginados. Por defecto true.
Behavior4/5

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

The description declares the tool is read-only and lists the data it returns. With no annotations provided, it adequately discloses the behavioral traits (no destructive actions). It does not cover edge cases like missing issues or rate limits, but for a simple read tool this is sufficient.

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 clear sentence plus a usage instruction. Every word adds value; there is no fluff. It is front-loaded with the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (4 optional parameters, no output schema), the description fully explains what it does, what it returns, and when to invoke it. It covers all necessary context for an agent to use it correctly.

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 all parameters have descriptions. The description adds value by explaining the primary use case for issueKey (pass when user types a Jira key) and mapping the returned content to parameters (includeComments, includeImages).

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 it returns read-only context of a specific Jira issue, listing the exact fields (title, description, comments, image attachments). It uses specific verbs and resources, and provides usage guidance for invoking with a Jira key. Since no sibling tools exist, differentiation is not needed.

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 explicitly instructs when to use the tool: 'Cuando el usuario escriba una clave Jira en el chat, pasala como issueKey.' This gives clear context for invocation. However, it does not explicitly state when not to use it or mention alternatives, but the lack of siblings makes this less critical.

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/formonkey/jira-issue-context-mcp'

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