update_database_entry
Update an existing Notion database entry by providing only the properties to change. Use simple key-value inputs for titles, numbers, selects, dates, and more.
Instructions
Update an existing database entry using simple key-value property inputs. Pass only properties to change; omitted properties are left unchanged. Call get_database first to see available property names and valid select/status options.
Writable property values use the same simple inputs as add_database_entry:
title, rich_text: string
number: number
select, status: option name string
multi_select: array of option name strings
date: ISO date string (start only)
checkbox: boolean
url, email, phone: string
relation: string or array of page IDs
people: string or array of user IDs
Not writable from this tool:
formula, rollup, unique_id, created_time, last_edited_time, created_by, last_edited_by: computed by Notion
files, verification, place, location, button: not supported for value writes here
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page ID for the database entry | |
| properties | Yes | Key-value property map to convert using the parent database schema |