Skip to main content
Glama

Notion MCP Server

update-database

Modify an existing Notion database by updating its title, description, or properties schema using the database ID. Ideal for streamlining database management in Notion workspaces.

Instructions

Update an existing database

Input Schema

NameRequiredDescriptionDefault
database_idYesID of the database to update
descriptionNoOptional new description as rich text array
propertiesNoOptional updated properties schema
titleNoOptional new title as rich text array

Input Schema (JSON Schema)

{ "properties": { "database_id": { "description": "ID of the database to update", "type": "string" }, "description": { "description": "Optional new description as rich text array", "type": "array" }, "properties": { "description": "Optional updated properties schema", "type": "object" }, "title": { "description": "Optional new title as rich text array", "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/emmanuelsystems/mcpnotionslack'

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