get_page_content
Fetch Confluence page content using the Confluence Communication Server by specifying the page ID. Enable quick access to stored information for streamlined workflows.
Instructions
Get the content of a Confluence page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pageId | Yes | Confluence Page ID |
Input Schema (JSON Schema)
{
"properties": {
"pageId": {
"description": "Confluence Page ID",
"type": "string"
}
},
"required": [
"pageId"
],
"type": "object"
}