Skip to main content
Glama

Notion MCP Server

by gendosu

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

NameRequiredDescriptionDefault
database_idYesidentifier for a Notion database
descriptionNoAn 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.
propertiesNoProperty 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).
titleNoAn 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.

Input Schema (JSON Schema)

{ "$defs": {}, "properties": { "database_id": { "description": "identifier for a Notion database", "type": "string" }, "description": { "description": "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.", "items": { "additionalProperties": false, "properties": { "text": { "additionalProperties": false, "properties": { "content": { "type": "string" }, "link": { "type": [ "object", "null" ] } }, "required": [ "content" ], "type": "object" }, "type": { "enum": [ "text" ], "type": "string" } }, "required": [ "text" ], "type": "object" }, "type": "array" }, "properties": { "additionalProperties": true, "description": "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).", "properties": { "name": { "type": "string" } }, "type": "object" }, "title": { "description": "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.", "items": { "additionalProperties": false, "properties": { "text": { "additionalProperties": false, "properties": { "content": { "type": "string" }, "link": { "type": [ "object", "null" ] } }, "required": [ "content" ], "type": "object" }, "type": { "enum": [ "text" ], "type": "string" } }, "required": [ "text" ], "type": "object" }, "type": "array" } }, "required": [ "database_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gendosu/notion-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server