Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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-user | Notion | Retrieve a user |
API-get-users | Notion | List all users |
API-get-self | Notion | Retrieve your token's bot user |
API-post-database-query | Notion | Query a database |
API-post-search | Notion | Search by title |
API-get-block-children | Notion | Retrieve block children |
API-patch-block-children | Notion | Append block children |
API-retrieve-a-block | Notion | Retrieve a block |
API-update-a-block | Notion | Update a block |
API-delete-a-block | Notion | Delete a block |
API-retrieve-a-page | Notion | Retrieve a page |
API-patch-page | Notion | Update page properties |
API-post-page | Notion | Create a page |
API-create-a-database | Notion | Create a database |
API-update-a-database | Notion | Update a database |
API-retrieve-a-database | Notion | Retrieve a database |
API-retrieve-a-page-property | Notion | Retrieve a page property item |
API-retrieve-a-comment | Notion | Retrieve comments |
API-create-a-comment | Notion | Create comment |