Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
notion__get_database
{ "type": "object", "properties": { "databaseId": { "type": "string", "description": "Notion database ID" } }, "required": [ "databaseId" ], "description": "Input schema for the notion__get_database tool." }