Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONFLUENCE_EMAILYesEmail for the API token
CONFLUENCE_DOMAINYesAtlassian domain (e.g., acme for acme.atlassian.net)
CTK_ENABLE_WRITESNoSet to true to enable mutation tools
CTK_DISABLED_TOOLSNoComma-separated tool names to hide
CONFLUENCE_API_TOKENYesAtlassian API token
CONFLUENCE_TOKEN_TYPENoClassic or scoped (auto-detected if omitted)

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
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
manage_attachmentsC

Unified tool for Confluence attachment operations (list, download)

manage_commentsC

Unified tool for Confluence comments (list_footer, list_inline, get_replies)

manage_foldersC

Unified tool for Confluence folder operations (list, get, get_children)

manage_labelsC

Unified tool for managing page labels (list)

manage_pagesC

Unified tool for Confluence page operations (get, get_by_title, list, get_children, get_ancestors, list_versions, diff)

manage_searchA

Unified tool for Confluence search (CQL and quick text search)

manage_spacesC

Unified tool for listing and getting Confluence spaces. Actions: 'list', 'get', 'get_by_key', 'create'. Write operations: false

manage_usersB

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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct Confluence domain (attachments, comments, folders, labels, pages, search, spaces, users) with no overlap in functionality.

Naming Consistency5/5

All tools follow a consistent 'manage_<resource>' pattern, making it easy for an agent to predict tool names for different resources.

Tool Count5/5

8 tools is a well-scoped set that covers the major Confluence resources without being overwhelming or too sparse.

Completeness4/5

The tool surface covers core CRUD operations for pages, spaces, attachments, and more, though it misses some advanced features like content restrictions or page tree navigation.

Maintenance

ActivityInactive
ResponsivenessNo issues