SystemPrompt MCP Notion Server

by Ejb503
Verified

systemprompt_get_notion_page

Retrieve detailed content, properties, and metadata of a specific Notion page, including all nested blocks, using the Notion page ID for integration into AI workflows.

Instructions

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" }
ID: xe6grtrr0k