Skip to main content
Glama

Notion MCP Server

by SAhmadUmass

create-database

Generate and manage structured databases in Notion by specifying a parent page, title, and custom properties, enabling efficient data organization and collaboration within workspaces.

Input Schema

NameRequiredDescriptionDefault
parentPageIdYes
propertiesYes
titleYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "parentPageId": { "type": "string" }, "properties": { "additionalProperties": {}, "type": "object" }, "title": { "type": "string" } }, "required": [ "parentPageId", "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/SAhmadUmass/notion-mcp-server'

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