Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONFLUENCE_URLYesYour Confluence instance URL (e.g., https://yourname.atlassian.net)
CONFLUENCE_EMAILYesYour Atlassian account email
CONFLUENCE_API_TOKENYesYour Confluence API token (https://id.atlassian.com/manage-profile/security/api-tokens)
CONFLUENCE_SPACE_KEYNoDefault space key (optional, can be passed per-tool)

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

Tools

Functions exposed to the LLM to take actions

NameDescription
create_confluence_pageC

Create a new page in Confluence. Supports Markdown content which will be converted to Confluence format.

update_confluence_pageC

Update an existing page in Confluence

get_confluence_pageC

Get the content of a Confluence page by ID

delete_confluence_pageA

Delete a Confluence page by ID. Use with caution!

search_confluence_pagesC

Search for pages in a Confluence space by title

list_confluence_pagesC

List all pages in a Confluence space

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Every tool has a clearly distinct purpose with no ambiguity: create, delete, get, list, search, and update are all unique actions targeting Confluence pages. The descriptions reinforce this with specific functions like 'create a new page', 'delete by ID', 'get content by ID', 'list all pages', 'search by title', and 'update an existing page'.

Naming Consistency5/5

Tool names follow a perfectly consistent verb_noun pattern throughout, all using snake_case with the format 'action_confluence_page' (e.g., create_confluence_page, delete_confluence_page). This predictability makes it easy for agents to understand and select tools without confusion.

Tool Count5/5

With 6 tools, this server is well-scoped for managing Confluence pages, covering essential CRUD operations (create, get, update, delete) plus listing and searching. Each tool earns its place without being excessive or insufficient for the domain, fitting typical expectations of 3-15 tools.

Completeness5/5

The tool surface provides complete CRUD/lifecycle coverage for Confluence pages, including create, read (get, list, search), update, and delete. There are no obvious gaps or dead ends, as agents can perform all core operations needed to manage pages in this domain effectively.

Maintenance

ActivityInactive
ResponsivenessNo issues