get-page
Retrieve specific pages from Notion workspaces using their unique page ID. This tool enables AI assistants to access and work with Notion content efficiently.
Instructions
Retrieve a page by its ID
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| page_id | Yes | ID of the page to retrieve | 
Input Schema (JSON Schema)
{
  "properties": {
    "page_id": {
      "description": "ID of the page to retrieve",
      "type": "string"
    }
  },
  "required": [
    "page_id"
  ],
  "type": "object"
}