MCP Notion Server

get_database

Retrieve a database by ID

Input Schema

NameRequiredDescriptionDefault
database_idYesID of the database to retrieve

Input Schema (JSON Schema)

{ "properties": { "database_id": { "description": "ID of the database to retrieve", "type": "string" } }, "required": [ "database_id" ], "type": "object" }