Skip to main content
Glama
pilloom
by pilloom

jira_create_issue

Creates a Jira issue with field validation against the project and issue type schema. Supports dry run, custom fields, and assignment by email or name.

Instructions

Crea un issue en Jira. Valida los campos contra el esquema real del proyecto y del tipo de issue antes de enviarlos, de modo que un payload incorrecto falle sin consumir una clave de issue. Los campos personalizados se indican por su nombre visible o por su identificador, y la persona asignada admite correo o nombre además del accountId. Con dryRun se comprueba el resultado sin crear nada. Conviene consultar antes jira_issue_fields para conocer los campos disponibles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunNoValida el payload contra el esquema real y devuelve lo que se enviaría, sin crear el issue
labelsNoEtiquetas del issue
parentNoClave del issue padre. Obligatorio en subtareas. Ejemplo: ATY-123
projectYesClave del proyecto de Jira. Ejemplo: ATY
summaryYesTítulo del issue
assigneeNoPersona asignada: correo, nombre visible o accountId. Ejemplo: alguien@example.com
priorityNoNombre de la prioridad. Ejemplo: High
watchersNoObservadores a añadir: correos, nombres visibles o accountIds
issueTypeYesNombre o id del tipo de issue. Ejemplo: Tarea
descriptionNoDescripción en texto plano
customFieldsNoCampos personalizados por nombre o identificador. Ejemplo: { "Criterios de aceptación": "[ ] Primero" }
originalEstimateNoEstimación inicial en el formato de Jira. Ejemplos: 30m, 1h 30m, 8h
Behavior4/5

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

With no annotations, the description carries full burden. It explains validation before sending, dryRun behavior, custom field flexibility, assignee formats, and estimate format. Lacks explicit mention of return value or rate limits, but sufficient for a create tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is moderately long but efficient, with logical flow. Every sentence adds value, though minor redundancy could be trimmed.

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?

For 12 params and nested objects, the description covers validation, dryRun, parameter specifics, and references sibling tool for field lookup. Lacks explicit return value, but overall complete enough.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but description adds value by explaining custom fields by name/ID, assignee accepts email/name/accountId, estimate format examples, and parent required for subtasks.

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 creates a Jira issue, validates against real schema, and mentions dryRun. It distinguishes from siblings like jira_update_issue and jira_get_issue.

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 recommends consulting jira_issue_fields beforehand and explains the dryRun option for testing. It implies when to use but does not explicitly state when not to use.

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