API-update-a-database
Modify Notion database titles, descriptions, or property schemas using this tool. Ideal for updating or customizing database structures via the Notion API within AI agent workflows.
Instructions
Notion | Update a database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database_id | Yes | identifier for a Notion database | |
description | No | An array of [rich text objects](https://developers.notion.com/reference/rich-text) that represents the description of the database that is displayed in the Notion UI. If omitted, then the database description remains unchanged. | |
properties | No | Property schema of database. The keys are the names of properties as they appear in Notion and the values are [property schema objects](https://developers.notion.com/reference/property-schema-object). | |
title | No | An array of [rich text objects](https://developers.notion.com/reference/rich-text) that represents the title of the database that is displayed in the Notion UI. If omitted, then the database title remains unchanged. |