Documentation Index
Fetch the complete documentation index at: https://mcp-atlassian.soomiles.com/llms.txt
Use this file to discover all available pages before exploring further.
Search Content
Search Confluence content using simple terms or CQL. Parameters:| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search query - can be either a simple text (e.g. ‘project documentation’) or a CQL query string. Simple queries use ‘siteSearch’ by default, to mimic the WebUI search, with an automatic fallback to ‘text’ search if not supported. Examples of CQL: - Basic search: ‘type=page AND space=DEV’ - Personal space search: ‘space=“ |
limit | integer | No | Maximum number of results (1-50) |
spaces_filter | string | No | (Optional) Comma-separated list of space keys to filter results by. Overrides the environment variable CONFLUENCE_SPACES_FILTER if provided. Use empty string to disable filtering. |
| Example: |
Search User
Search Confluence users using CQL. Parameters:| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search query - a CQL query string for user search. Examples of CQL: - Basic user lookup by full name: ‘user.fullname ~ “First Last”’ Note: Special identifiers need proper quoting in CQL: personal space keys (e.g., “~username”), reserved words, numeric IDs, and identifiers with special characters. |
limit | integer | No | Maximum number of results (1-50) |
group_name | string | No | Group to search within on Server/DC instances (default: ‘confluence-users’). Ignored on Cloud. |