Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONFLUENCE_URLYesThe URL of your Confluence instance (e.g., https://your-domain.atlassian.net)
CONFLUENCE_USERNAMEYesYour Confluence username (email address)
CONFLUENCE_API_TOKENYesYour Confluence API token generated from Atlassian account settings

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
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_confluenceC

Search for pages, blog posts, or attachments in Confluence.

Args: query: Search query string to find content in Confluence

Returns: Dictionary containing search results with title, type, and id

read_pageB

Fetch the full content of a specific page by its ID.

Args: page_id: The Confluence page ID

Returns: Dictionary containing page title and content in Markdown format

list_space_contentA

List all pages within a specific Confluence workspace.

Args: space_key: The Confluence space key (e.g., 'TEAM', 'DOCS')

Returns: Dictionary containing list of pages with title and id

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

Disambiguation5/5

Each tool has a clearly distinct purpose: list_space_content retrieves all pages in a workspace, read_page fetches specific page content, and search_confluence performs general searches. There is no overlap in functionality, making tool selection unambiguous.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (list_space_content, read_page, search_confluence) with clear, descriptive names. The naming convention is uniform and predictable throughout the set.

Tool Count3/5

With only 3 tools, the set feels thin for a Confluence server, lacking essential operations like create, update, or delete pages. While the tools cover basic read/search functionality, the scope is incomplete for typical content management workflows.

Completeness2/5

The tool surface is significantly incomplete for a Confluence domain. It only supports listing, reading, and searching content, with no ability to create, update, or delete pages, spaces, or attachments. This will cause agent failures in common content management tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues