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.
Get the content of a specific Confluence page (uses v2 API)
confluence__get_page
{ "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." }