create_database
Create a new Notion database under an existing page, setting up its property schema (columns) when you create it.
Instructions
Create a new Notion database as a child of an existing page. Define the property schema (columns) at creation time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Database title text | |
| is_inline | No | Create as an inline database inside the page | |
| properties | Yes | Property schema. Must include a Name/title property. E.g., {"Name": {"title": {}}, "Status": {"select": {"options": [{"name": "Todo"}]}}} | |
| parent_page_id | Yes | Page UUID to create the database under |