notion_get_page
ActiveTool of Notion_connect
declared in 0.1.0
Get a Notion page by ID. Returns full properties, metadata, and content structure for reading or editing.
Parameters schema
{
"type": "object",
"examples": [
{
"page_id": "550e8400e29b41d4a716446655440000"
}
],
"required": [
"page_id"
],
"properties": {
"page_id": {
"type": "string",
"description": "Notion page ID (UUID format, with or without dashes)"
}
}
}Parent server
Notion_connect
https://github.com/pipeworx-io/mcp-notion_connect
1/7 registries