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.
Get the content of a specific Confluence page (uses v2 API)
| Field | Value |
|---|---|
| Name | confluence__get_page |
| Group | Integrations |
{
"type": "object",
"properties": {
"cloudId": {
"type": "string",
"description": "Atlassian cloud ID from accessible-resources"
},
"pageId": {
"type": "string",
"description": "Confluence page ID"
},
"body-format": {
"type": "string",
"description": "Body representation format"
}
},
"required": [
"cloudId",
"pageId"
],
"description": "Input schema for the confluence__get_page tool."
}