Notion MCP Server

by ramidecodes
Verified

get-database

Input Schema

NameRequiredDescriptionDefault
database_idYesThe ID of the database to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "database_id": { "description": "The ID of the database to retrieve", "type": "string" } }, "required": [ "database_id" ], "type": "object" }