Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host address | 0.0.0.0 |
| PORT | No | Server port | 8081 |
| DEBUG | No | Enable debug mode | false |
| LOG_LEVEL | No | Logging level | INFO |
| NOTION_TOKEN | Yes | Your Notion integration token (starts with ntn_) | |
| MAX_PAGE_SIZE | No | Maximum results per page | 100 |
| ENABLE_ANALYTICS | No | Enable analytics endpoints | true |
| DEFAULT_PAGE_SIZE | No | Default results per page | 20 |
| MAX_CONTENT_LENGTH | No | Maximum content block length | 2000 |
| ENABLE_BULK_OPERATIONS | No | Enable bulk operations | true |
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 |
|---|---|
No tools | |