Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONFLUENCE_URL | Yes | Your Confluence instance URL (e.g., https://yourname.atlassian.net) | |
| CONFLUENCE_EMAIL | Yes | Your Atlassian account email | |
| CONFLUENCE_API_TOKEN | Yes | Your Confluence API token (https://id.atlassian.com/manage-profile/security/api-tokens) | |
| CONFLUENCE_SPACE_KEY | No | Default space key (optional, can be passed per-tool) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_confluence_page | Create a new page in Confluence. Supports Markdown content which will be converted to Confluence format. |
| update_confluence_page | Update an existing page in Confluence |
| get_confluence_page | Get the content of a Confluence page by ID |
| delete_confluence_page | Delete a Confluence page by ID. Use with caution! |
| search_confluence_pages | Search for pages in a Confluence space by title |
| list_confluence_pages | List all pages in a Confluence space |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |