Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port number for HTTP transport | 3003 |
| NOTION_API_KEY | Yes | Your Notion integration token | |
| NOTION_VERSION | No | The Notion API version | 2022-06-28 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| notion_create_page | Creates a new page in Notion. Can be a child of a page or database. |
| notion_retrieve_page | Retrieves a Notion page by ID. Returns page properties, not page content. |
| notion_update_page | Updates properties of a Notion page. Can also update icon, cover, or archive/restore pages. |
| notion_retrieve_page_property | Retrieves a specific property of a Notion page. Use for properties with more than 25 references. |