a2atlassian
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ATLASSIAN_TOKEN | No | Your Atlassian API token for authentication with Jira and Confluence |
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 |
|---|---|
| loginA | Save an Atlassian connection. Validates by calling /myself. For security, prefer passing token as ${ENV_VAR} reference (e.g., "${ATLASSIAN_TOKEN}") rather than a literal value. The variable is expanded at runtime, never stored resolved. |
| logoutC | Remove a saved connection. |
| list_connectionsC | List saved connections (no secrets shown). |
| jira_get_issueC | Get a Jira issue by key. Returns full issue data including fields and status. |
| jira_searchC | Search Jira issues using JQL. Returns list of matching issues. |
| jira_get_commentsC | Get all comments for a Jira issue. |
| jira_get_transitionsC | Get available transitions for a Jira issue. |
| jira_add_commentB | Add a comment to a Jira issue. Uses wiki markup (API v2). |
| jira_edit_commentC | Edit an existing comment on a Jira issue. Uses wiki markup (API v2). |
| jira_transition_issueA | Transition a Jira issue to a new status. Use jira_get_transitions to discover available transitions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/yoselabs/a2atlassian'
If you have feedback or need assistance with the MCP directory API, please join our Discord server