fetch_page_markdown
Convert Confluence pages to Markdown to reduce token usage by 60-80% while preserving formatting, links, and structure for more efficient processing.
Instructions
Fetch a Confluence page and convert it to Markdown format.
This tool retrieves page content and converts it from HTML to Markdown, reducing token usage by 60-80% compared to raw HTML while preserving formatting, links, and structure.
Args: page_id: The Confluence page ID to fetch
Returns: Markdown-formatted page content with metadata header
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes |