Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_EMAILYesEmail for the API token
JIRA_DOMAINYesAtlassian domain (e.g., acme for acme.atlassian.net)
JIRA_API_TOKENYesAtlassian API token
JIRA_TOKEN_TYPENoclassic or scoped (auto-detected if omitted)
JIRA_DISABLED_TOOLSNoComma-separated tool names to hide

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
manage_attachments

Manage Jira issue attachments (list, download, upload, delete). Actions: 'list', 'download', 'upload', 'delete'

manage_boards

Manage Jira agile boards and sprints. Actions: 'list_boards', 'get_board', 'list_sprints', 'get_sprint_issues', 'get_backlog', 'get_active_sprint', 'search_sprints', 'create_sprint', 'move_to_sprint'

manage_devinfo

Get development information (branches, PRs, commits) linked to a Jira issue. Actions: 'get_dev_info'

manage_issues

Unified tool for Jira issue operations. Actions: 'get', 'list_types', 'get_links', 'get_history', 'create', 'update', 'assign', 'transition', 'add_comment', 'edit_comment', 'list_comments', 'delete', 'link', 'list_link_types', 'get_watchers', 'add_watcher', 'remove_watcher', 'move'

manage_metrics

Get issue lifecycle metrics for dashboards and visualizations. Actions: 'get_dates' (raw date info, status transitions, time-in-status), 'get_metrics' (computed cycle time, lead time, time in current status, status breakdown)

manage_projects

List and get Jira project details and statuses. Actions: 'list', 'get', 'list_statuses', 'create'

manage_search

Search Jira issues using JQL or quick text search. Actions: 'jql', 'quick'

manage_users

Search and get Jira users. Actions: 'get_current', 'search', 'get'

manage_versions

List and get project versions (releases/fixVersions). Actions: 'list', 'get'

manage_worklogs

Manage time tracking worklogs on Jira issues. Actions: 'list', 'add'

Prompts

Interactive templates invoked by user choice

NameDescription
dev_treeAnalyze development work (branches, PRs, commits) for an issue and its subtasks
release_notesGenerate release notes from a Jira version/release
sprint_statusGet current sprint status and progress
standup_reportGenerate a standup report from recent Jira activity

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/zach-snell/jtk'

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