Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve Notion database metadata, title, and property schema
| Field | Value |
|---|---|
| Name | notion__get_database |
| Group | Integrations |
{
"type": "object",
"properties": {
"databaseId": {
"type": "string",
"description": "Notion database ID"
}
},
"required": [
"databaseId"
],
"description": "Input schema for the notion__get_database tool."
}