ImportNotionPage
Import one specific Notion page through Kuuumba's canonical Notion importer. Use this when the user explicitly asks to import a page URL or id. The tool performs deduplication, fetches through the user's connected Notion MCP, normalizes the page, creates the Kuuumba markdown document, and returns its entity id. Do not fetch and recreate the page manually with generic document tools. Notion databases and database-first pages are intentionally not imported.
ImportNotionPage
Import one specific Notion page through Kuuumba's canonical Notion importer. Use this when the user explicitly asks to import a page URL or id. The tool performs deduplication, fetches through the user's connected Notion MCP, normalizes the page, creates the Kuuumba markdown document, and returns its entity id. Do not fetch and recreate the page manually with generic document tools. Notion databases and database-first pages are intentionally not imported.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
pageUrl |
string | Yes | The exact Notion page URL or stable 32-character Notion page id to import. |