create-database
Create a new Notion database as a subpage. Requires parent page ID and properties object with one title property. Returns database ID and URL.
Instructions
Create a new database as a subpage of an existing Notion page. Requires a parent_page_id and properties object defining the database schema. Each database must have exactly one title property. Returns database ID and URL. (API version 2025-09-03)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_page_id | Yes | Parent page ID | |
| title | No | Title | |
| properties | Yes | Property schema (must include one title property) | |
| icon | No | Icon { type: "emoji", emoji: "📝" } or { type: "external", external: { url: "..." } } | |
| cover | No | Cover image { type: "external", external: { url: "..." } } | |
| is_inline | No | Inline database |