notion_query_database
Use JSON filter and sort syntax to query a Notion database and return matching records.
Instructions
Query a Notion database with optional filter and sort (JSON filter/sort syntax)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| databaseId | Yes | Notion database ID | |
| filter | No | JSON filter object following Notion filter syntax | |
| sorts | No | JSON sorts array following Notion sort syntax | |
| pageSize | No | Results per page (max 100) |