Notion MCP Server

by ramidecodes
Verified

get-page

Input Schema

NameRequiredDescriptionDefault
page_idYesThe ID of the page to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page_id": { "description": "The ID of the page to retrieve", "type": "string" } }, "required": [ "page_id" ], "type": "object" }