jira-gateway
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_EMAIL | Yes | Your email address for Jira authentication. | |
| JIRA_CLOUD_ID | Yes | Cloud ID of your Jira instance. Obtain via GET https://yourdomain.atlassian.net/_edge/tenant_info. | |
| JIRA_SITE_URL | Yes | URL of your Jira site, e.g., https://yourdomain.atlassian.net. | |
| JIRA_API_TOKEN | Yes | API token with scope write:jira-work and read:jira-work. | |
| JIRA_PROJECT_KEY | Yes | Key of the Jira project (e.g., PROJ). | |
| JIRA_SELECTED_STATUS | No | Name of the status for issues after creation (optional). | Selected for Development |
| JIRA_GATEWAY_ENV_FILE | No | Path to the environment file (optional). Default is ~/.jira-gateway.env. | |
| JIRA_DEFAULT_ISSUE_TYPE | No | Default issue type name (optional). | Task |
| JIRA_IN_PROGRESS_STATUS | No | Name of the 'In Progress' status in your workflow (optional). | In Progress |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_my_tasksA | Lista tus tareas asignadas y no cerradas en el proyecto configurado. Solo lectura. No acepta JQL ni parámetros: el filtro está fijado. |
| create_taskA | Crea una tarea nueva en Jira en el proyecto configurado. Tras crearla la mueve automáticamente al estado JIRA_SELECTED_STATUS (por defecto 'Selected for Development'), así no se queda parada en Backlog. IMPORTANTE: llama primero SIN |
| start_taskA | Transiciona el issue indicado en Jira. Sin |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: creating tasks, listing assigned tasks, and transitioning task status. No overlap exists.
All tool names follow a consistent verb_noun pattern: create_task, list_my_tasks, start_task.
Three tools is a minimal but reasonable set for a Jira gateway focusing on task creation, listing, and status transitions.
Core create, read, and transition operations are covered, but missing update, delete, and advanced querying limit completeness for typical Jira workflows.