create_prompt_database
Create a new Notion prompt database on a specified page, add it to the server configuration, and optionally set it as the active prompt book.
Instructions
Create a new prompt database and add it to the configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the prompt book to create | |
| page_id | Yes | ID of the page where the database will be created | |
| activate | No | Whether to set the new prompt book as active (default: false) | |
| notion_token | Yes | Notion API token with access to the prompts database |