update-database
Update a Notion database's title, description, icon, cover, inline status, archive status, and lock status. Returns the database ID and URL.
Instructions
Update a Notion database container. Can modify title, description, icon, cover, inline status, archive status, and lock status. For schema (properties/columns) updates, use update-data-source instead. Returns database ID and URL. (API version 2025-09-03)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID | |
| title | No | Title | |
| description | No | Description | |
| icon | No | Icon { type: "emoji", emoji: "📝" } or { type: "external", external: { url: "..." } } | |
| cover | No | Cover image { type: "external", external: { url: "..." } } | |
| is_inline | No | Inline database | |
| archived | No | Archive status | |
| is_locked | No | Lock to prevent UI edits |