Skip to main content
Glama

Notion MCP Server

create-database

Create a new Notion database by defining its title, properties, and parent page ID. Set optional icons and covers to customize the database structure and organization within your workspace.

Instructions

Create a new database

Input Schema

NameRequiredDescriptionDefault
coverNoOptional cover for the database
iconNoOptional icon for the database
parent_idYesID of the parent page
propertiesYesDatabase properties schema
titleYesDatabase title as rich text array

Input Schema (JSON Schema)

{ "properties": { "cover": { "description": "Optional cover for the database", "type": "object" }, "icon": { "description": "Optional icon for the database", "type": "object" }, "parent_id": { "description": "ID of the parent page", "type": "string" }, "properties": { "description": "Database properties schema", "type": "object" }, "title": { "description": "Database title as rich text array", "type": "array" } }, "required": [ "parent_id", "title", "properties" ], "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