notion_query_database
Query Notion database pages with filters, sorts, and pagination to retrieve only matching records.
Instructions
Query database pages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sorts | No | Array of sort objects | |
| filter | No | Filter object to apply | |
| page_size | No | Number of results per page (max 100) | |
| database_id | Yes | Database ID to query | |
| start_cursor | No | Pagination cursor |