Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOTION_TOKEN | Yes | Your Notion API token obtained from Notion Integrations | |
| NOTION_ROOT_DATABASE_ID | Yes | The ID of your Notion database (the last part of the database page URL) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_survey_summaries | Get survey summaries |
| get_survey_summary | Get survey summary |
| get_property_definition | Get property definition for survey summary |
| update_survey_summary_property | Update survey summary property
To know definition of properties, use `get_property_definition` tool in advance. |
| update_survey_summary_block | - |
| create_new_survey_summary | - |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| survey |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |