Notion MCP Server

by ramidecodes
Verified

get-database

Retrieve a specific Notion database by its unique ID using the Notion MCP Server, enabling AI models to access and interact with workspace data programmatically.

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" }

You must be authenticated.

Other Tools from Notion MCP Server

Related Tools

ID: bjc5iac7gt