Skip to main content
Retrieve Notion database metadata, title, and property schema

Tool details

FieldValue
Namenotion__get_database
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "databaseId": {
      "type": "string",
      "description": "Notion database ID"
    }
  },
  "required": [
    "databaseId"
  ],
  "description": "Input schema for the notion__get_database tool."
}

Output schema

This tool does not publish an output schema.