SystemPrompt MCP Notion Server

by Ejb503
Verified

systemprompt_delete_notion_page

Permanently deletes a specified Notion page and all its contents. This action cannot be undone, so use with caution.

Input Schema

NameRequiredDescriptionDefault
pageIdYesThe unique identifier of the Notion page to delete. Must be a valid Notion page ID. Warning: deletion is permanent.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "pageId": { "description": "The unique identifier of the Notion page to delete. Must be a valid Notion page ID. Warning: deletion is permanent.", "type": "string" } }, "required": [ "pageId" ], "type": "object" }