Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_EMAILYesThe email address associated with the Jira account.
JIRA_BASE_URLYesThe base URL of the Jira Cloud instance.
JIRA_API_TOKENYesThe API token for authenticating with Jira Cloud.

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_list_projectsA

Lista os projetos Jira que a conta pode visualizar.

jira_get_issue_typesA

Lista os tipos de issue permitidos no projeto informado.

jira_get_create_fieldsA

Lista os campos disponíveis e obrigatórios ao criar uma issue para projeto e tipo.

jira_search_issuesA

Busca issues existentes por JQL para evitar duplicidade.

jira_preview_issueA

Gera os campos que seriam publicados, sem chamar o Jira.

jira_create_issueB

Cria uma issue no Jira. Exige confirmPublish: true após revisão.

jira_update_issueC

Atualiza campos de uma issue existente. Exige confirmPublish: true.

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 7 tools

Disambiguation4/5

Most tools target clearly distinct actions: list projects, get metadata, search issues, preview, create, and update. The main potential confusion is between jira_get_create_fields and jira_preview_issue, since both relate to issue creation fields, though one describes the schema and the other previews actual values.

Naming Consistency5/5

Every tool follows the same jira_<verb>_<noun> pattern using snake_case. The verbs are clear and consistently used, making the tool set highly predictable.

Tool Count5/5

Seven tools is well-scoped for a Jira issue creation/update workflow. Each tool serves a necessary step in the process without unnecessary redundancy.

Completeness4/5

The workflow covers project discovery, issue type/field metadata, duplicate checking, preview, creation, and update. A direct get-single-issue tool is missing but search can serve that purpose, and deeper Jira lifecycle operations like transitions are outside the apparent scope.

Maintenance

ActivityMaintained
ResponsivenessNo issues