add_database_entry
Create new entries in Notion databases using simple key-value pairs. The tool automatically converts properties according to the database schema for accurate data entry.
Instructions
Create a new entry in a database. Pass properties as simple key-value pairs — the server converts using the database schema. Example: { "Name": "Buy groceries", "Status": "Todo", "Priority": "High", "Due": "2025-03-20", "Tags": ["Personal"] }. Call get_database to see available property names and valid select/status options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID | |
| properties | Yes | Key-value property map to convert using the database schema |