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.
Query a Notion database with filters and sorts
| Field | Value |
|---|---|
| Name | notion__query_database |
| Group | Integrations |
{
"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."
}