Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve Notion page metadata and properties without fetching child block content
notion__get_page
{ "type": "object", "properties": { "pageId": { "type": "string", "description": "Notion page ID" } }, "required": [ "pageId" ], "description": "Input schema for the notion__get_page tool." }