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.
Query a Notion database with filters and sorts
notion__query_database
{ "type": "object", "properties": { "databaseId": { "type": "string", "description": "Notion database ID" }, "filter": { "type": "object", "description": "Optional Notion database filter" }, "sorts": { "type": "array", "description": "Optional Notion database sorts" }, "page_size": { "type": "number", "description": "Maximum results to return" }, "start_cursor": { "type": "string", "description": "Pagination cursor" } }, "required": [ "databaseId" ], "description": "Input schema for the notion__query_database tool." }