confluence-mcp

by zereight
Verified

execute_cql_search

Search Confluence pages using a CQL query to retrieve specific results, with optional limit control for precise output.

Instructions

Execute a CQL query on Confluence to search pages

Input Schema

NameRequiredDescriptionDefault
cqlYesCQL query string
limitNoNumber of results to return

Input Schema (JSON Schema)

{ "properties": { "cql": { "description": "CQL query string", "type": "string" }, "limit": { "default": 10, "description": "Number of results to return", "type": "integer" } }, "required": [ "cql" ], "type": "object" }

You must be authenticated.

Other Tools from confluence-mcp

Related Tools

ID: p7fnmpaukj