Skip to main content
Glama

Notion MCP Server

by Kazy1014

get_database

Retrieve detailed information about a Notion database including title, schema, property definitions, creation time, and last edited time using the database ID.

Instructions

Retrieves detailed information about a specific Notion database by its ID. Returns database title, schema (property definitions), creation time, last edited time, and more. Use this to understand database structure.

Input Schema

NameRequiredDescriptionDefault
databaseIdYesThe ID of the Notion database to retrieve (32 or 36 character UUID format). Example: "123e4567-e89b-12d3-a456-426614174000"

Input Schema (JSON Schema)

{ "properties": { "databaseId": { "description": "The ID of the Notion database to retrieve (32 or 36 character UUID format). Example: \"123e4567-e89b-12d3-a456-426614174000\"", "type": "string" } }, "required": [ "databaseId" ], "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/Kazy1014/notion-mcp'

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