notion-query
Query Notion databases with filters and sorting to retrieve matching pages and their summarized properties.
Instructions
Query a Notion database with filters and sorting. Returns matching pages with summarized properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sorts | No | Sort criteria | |
| filter | No | Notion filter object — see https://developers.notion.com/reference/post-database-query-filter | |
| page_size | No | Results per page (default 50) | |
| database_id | Yes | Database ID to query | |
| start_cursor | No | Pagination cursor from previous response |