queryNotionDatabase
Retrieve and filter Notion database items by ID, using optional sorting, filters, and page size to get targeted results.
Instructions
Retrieves and filters items from a specified Notion database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sorts | No | Optional sorting criteria | |
| filter | No | Optional filter criteria | |
| pageSize | No | Number of results to return (max 100) | |
| databaseId | Yes | ID of the database to query |