Skip to main content
Glama

Notion MCP Server

by gendosu

API-create-a-database

Create and configure databases in Notion using specified properties and parent pages. Integrates with AI agents via the Notion API for efficient workspace management.

Instructions

Notion | Create a database

Input Schema

NameRequiredDescriptionDefault
parentYes
propertiesYesProperty 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).
titleNo

Input Schema (JSON Schema)

{ "$defs": {}, "properties": { "parent": { "additionalProperties": true, "properties": { "page_id": { "format": "uuid", "type": "string" }, "type": { "enum": [ "page_id" ], "type": "string" } }, "required": [ "type", "page_id" ], "type": "object" }, "properties": { "additionalProperties": { "oneOf": [ { "additionalProperties": false, "properties": { "description": { "type": "string" }, "title": { "additionalProperties": false, "properties": {}, "type": "object" } }, "required": [ "title" ], "type": "object" } ] }, "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).", "type": "object" }, "title": { "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": [ "parent", "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/gendosu/notion-mcp-server'

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