Skip to main content
Glama

MCP Atlassian Server

confluence_search

Search and retrieve Confluence content using CQL queries via the MCP Atlassian Server, enabling efficient access to Confluence data within the MCP interface.

Instructions

Search Confluence content using CQL

Input Schema

NameRequiredDescriptionDefault
limitNoResults limit (1-50)
queryYesCQL query string

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Results limit (1-50)", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "CQL query string", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Atlassian Server

Related Tools

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/petrsovadina/mcp-atlassian'

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