Notion
notion_get_page
Retrieve a Notion page by ID. Returns properties, parent, timestamps, and URL. Use notion_get_block_children to read the page content.
Remote node2flow/notion
Other tools also called notion_get_page?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"page_id": {
"type": "string",
"description": "Page ID (UUID, with or without dashes)"
}
}
}