Skip to main content
Glama

Notion MCP Server

by Sjotie

update-database

Modify an existing Notion database by updating its title, description, or properties schema using the specified database ID. Simplify database management for AI-assisted workflows.

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" }

You must be authenticated.

Other Tools from Notion MCP Server

Related Tools

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/Sjotie/notionMCP'

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