Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_BASE_URLYesThe base URL of the Jira instance. Defaults to https://jira.sisoog.comhttps://jira.sisoog.com
JIRA_USERNAMEYesThe Jira username
JIRA_API_TOKENYesThe Jira password or Personal Access Token
JIRA_AUTH_TYPENoAuthentication type: 'basic' (default) or 'bearer'basic

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
jira_myselfA

Verify Jira authentication and return the current user profile.

jira_searchA

Search Jira issues with JQL. Example: assignee = currentUser() AND resolution = Unresolved ORDER BY updated DESC

jira_get_issueA

Get full details for a Jira issue by key (e.g. APP-1851).

jira_add_worklogC

Log work on an issue. timeSpent uses Jira format like 1h, 30m, 2h 15m.

jira_get_worklogsB

List worklogs for an issue.

jira_update_worklogA

Update an existing worklog (timeSpent, started, comment). Prefer this over UpdateWorklog.jspa.

jira_delete_worklogB

Delete a worklog from an issue.

jira_update_issueB

Update common issue fields (summary, description, labels, assignee username).

jira_get_transitionsA

List available status transitions for an issue.

jira_transition_issueA

Transition an issue to another status using a transition id from jira_get_transitions.

jira_add_commentA

Add a comment to an issue.

jira_my_open_issuesB

Shortcut: list unresolved issues assigned to the current user.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/mohammad-k13/jira-mcp'

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