Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | confluence__search_content |
| Group | Integrations |
{
"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."
}