Notion
notion_get_database
Get a database by ID (legacy endpoint). Returns schema with properties and title. For new integrations prefer data source endpoints.
Remote node2flow/notion
Other tools also called notion_get_database?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"database_id": {
"type": "string",
"description": "Database ID"
}
}
}