Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Search for pages and blog posts in Confluence
confluence__search_content
{ "type": "object", "properties": { "cloudId": { "type": "string", "description": "Atlassian cloud ID from accessible-resources" }, "cql": { "type": "string", "description": "Confluence Query Language expression" }, "limit": { "type": "number", "description": "Maximum results to return" }, "start": { "type": "number", "description": "Pagination offset" }, "expand": { "type": "string", "description": "Comma-separated expansions" } }, "required": [ "cloudId", "cql" ], "description": "Input schema for the confluence__search_content tool." }