Skip to main content
Get the content of a specific Confluence page (uses v2 API)

Tool details

FieldValue
Nameconfluence__get_page
GroupIntegrations

Playground

Input schema

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

Output schema

This tool does not publish an output schema.