Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OPENAPI_MCP_HEADERS | Yes | JSON string containing headers for Notion API authentication, including Authorization token and Notion-Version | {"Authorization": "Bearer ntn_****", "Notion-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 |
---|---|
API-get-block-children | Retrieve block children |
API-retrieve-a-page | Retrieve a page |
API-retrieve-a-block | Retrieve a block |
API-retrieve-a-database | Retrieve a database |
API-retrieve-a-comment | Retrieve comments |
API-retrieve-a-page-property | Retrieve a page property item |
API-get-one-pager | Recursively retrieve a full Notion page with all its blocks, databases, and related content |
API-get-background-result | Retrieve the result of a background processing request |