SystemPrompt MCP Notion Server

by Ejb503
Verified

systemprompt_get_notion_page

Retrieves comprehensive details of a specific Notion page, including its content, properties, and metadata. Returns the complete page structure and all nested content blocks.

Input Schema

NameRequiredDescriptionDefault
pageIdYesThe unique identifier of the Notion page to retrieve. Must be a valid Notion page ID.

Input Schema (JSON Schema)

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