Skip to main content
Glama

MCP Notion Server

create_database

Generate and organize structured data in Notion by creating a new database with defined properties, directly linking it to a specified parent page using MCP Notion Server.

Instructions

Create a new database

Input Schema

NameRequiredDescriptionDefault
parent_idYesID of the parent page
propertiesYesDatabase properties schema
titleYesTitle of the database

Input Schema (JSON Schema)

{ "properties": { "parent_id": { "description": "ID of the parent page", "type": "string" }, "properties": { "description": "Database properties schema", "type": "object" }, "title": { "description": "Title of the database", "type": "string" } }, "required": [ "parent_id", "title", "properties" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Notion 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/gabornyergesX/mcp-notion-server'

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