create_database
Create a new Notion database under a parent page by defining its title and property schema, and receive the database ID and URL.
Instructions
Create a new database (as a child of a page).
Args: parent_page_id: The ID of the parent page title: Database title properties: Database property schema. Keys are property names, values are property config objects, e.g.: {"Name": {"title": {}}, "Tags": {"multi_select": {"options": []}}}
Returns: Created database with ID and URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| properties | Yes | ||
| parent_page_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||