Skip to main content
Search for pages and blog posts in Confluence

Tool details

FieldValue
Nameconfluence__search_content
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.