Skip to main content
Glama
jaimesm-mews

Atlassian Goals & Projects MCP Server

by jaimesm-mews

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ATLASSIAN_EMAILYesYour Atlassian account email
ATLASSIAN_BASE_URLYesYour Atlassian site URL
ATLASSIAN_CLOUD_IDYesSite Cloud ID (from Step 2)
ATLASSIAN_API_TOKENYesYour personal API token (from Step 1)

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
get_goalA

Fetch an Atlassian Goal by its key. Returns the goal's id, key, name, owner, and archived status.

get_goal_latest_updateA

Fetch the latest status update (summary + detailed notes) for an Atlassian Goal.

search_projectsA

Search Atlassian Projects (Townsquare). Returns project key, name, state, and pagination info. Use searchString for TQL filtering.

get_project_updatesA

Fetch detailed updates, highlights (decisions/learnings/risks), linked Jira items, and update notes for one or more Atlassian Projects within a date range.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct resource and action: goal retrieval, goal update retrieval, project search, and project update retrieval. There is no overlap between goals and projects, and the update tools are clearly scoped to their respective entities.

Naming Consistency4/5

All tools follow a verb_noun pattern with get_ or search_ prefixes. The compound name 'get_goal_latest_update' is slightly less elegant but still consistent with 'get_project_updates' and does not break the overall naming scheme.

Tool Count4/5

With only 4 tools, the server is lean but appears well-scoped for a read-only informational purpose focused on goals and projects. No tools are redundant, and the count is reasonable for the apparent domain.

Completeness2/5

The surface has significant gaps: there is no way to list or search goals, and no detailed project fetch endpoint. Users must already know a goal key to retrieve it, which creates a discovery dead end. Mutation and update operations are entirely absent, limiting the server to a narrow read-only subset.

Maintenance

ActivityInactive
ResponsivenessNo issues