Skip to main content
Glama
GiDanis

copilot-jira-mcp

by GiDanis

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_URLYesYour Jira instance URL (e.g., https://your-company.atlassian.net)
JIRA_EMAILYesYour Jira account email
JIRA_API_TOKENYesYour Jira API token (generate at https://id.atlassian.com/manage-profile/security/api-tokens)

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
jira_get_ticketA

Recupera i dettagli di un ticket Jira specifico tramite la sua chiave (es. IIAB-81069)

jira_search_ticketsA

Cerca ticket Jira usando JQL (Jira Query Language). Esempi: "project = IIAB AND status = Open", "assignee = currentUser()", "labels = backend"

jira_get_my_ticketsB

Recupera tutti i ticket assegnati all'utente corrente

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct retrieval mode: by key, by JQL query, and by assignee. Although search could mimic get_my_tickets with a JQL, the dedicated tool adds convenience and clarity.

Naming Consistency5/5

All tools follow a consistent 'jira_<verb>_<noun>' pattern, making the tool set predictable and easy to navigate.

Tool Count4/5

With only 3 tools, the set is concise but reasonable for a read-only Jira assistant. It is within the ideal range, though slightly sparse.

Completeness2/5

The server only supports reading tickets. Missing create, update, transition, and comment operations leaves significant gaps for typical Jira workflows, so the surface feels incomplete.

Maintenance

ActivityInactive
ResponsivenessNo issues