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_EMAILYesYour Atlassian account email address used for authentication
CONFLUENCE_API_TOKENYesThe API token generated from your Atlassian account

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_spaces

List all Confluence spaces accessible to the authenticated user.

Args: limit: Maximum number of spaces to return (default: 25, max: 100)

Returns: JSON string containing space information including keys, names, and types

search_pages

Search for Confluence pages by title or content.

Args: query: Search query string to match against page titles and content space_key: Optional space key to limit search to a specific space limit: Maximum number of results to return (default: 10, max: 50)

Returns: JSON string containing matching pages with titles, IDs, spaces, and URLs

fetch_page_markdown

Fetch a Confluence page and convert it to Markdown format.

This tool retrieves page content and converts it from HTML to Markdown, reducing token usage by 60-80% compared to raw HTML while preserving formatting, links, and structure.

Args: page_id: The Confluence page ID to fetch

Returns: Markdown-formatted page content with metadata header

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/mazhar480/awesome-confluence-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server