confluence_search
ActiveTool of mcp-confluence
declared in 0.1.0
Search Confluence pages by keyword or CQL query. Returns matching pages with ID, title, space, and content excerpt.
Parameters schema
{
"type": "object",
"examples": [
{
"cql": "text ~ \"project roadmap\""
},
{
"cql": "space = ENG AND type = page",
"limit": 100
}
],
"required": [
"cql"
],
"properties": {
"cql": {
"type": "string",
"description": "CQL query string (e.g., \"text ~ \\\"search term\\\"\", \"space = DEV AND type = page\")"
},
"limit": {
"type": "number",
"description": "Number of results to return (default 25, max 100)"
}
}
}Parent server
mcp-confluence
https://github.com/pipeworx-io/mcp-confluence
2/7 registries